100% found this document useful (1 vote)
2K views2 pages

Python-Course-Syllabus 2024-2025

Uploaded by

Aisha Anwar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views2 pages

Python-Course-Syllabus 2024-2025

Uploaded by

Aisha Anwar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Code Hub

Python Course Syllabus

Our Python course syllabus is framed by our Industry experts. Content covers all the latest topics
from basics to Mid level like Python

Module 1: An Introduction to Python

 What can Python do?


 Why Python?
 Good to know
 Python Syntax compared to other programming languages
 Python Install

Module 2: Beginning Python Basics

 The print statement


 Comments
 Python Data Structures & Data Types
 String Operations in Python
 Simple Input & Output
 Simple Output Formatting
 Operators in python

Module 3: Python Program Flow

 Indentation
 The If statement and its’ related statement
 An example with if and it’s related statement
 The while loop
 The for loop
 The range statement
 Break &Continue
 Examples for looping

Module 4: Functions

 Create your own functions


 Functions Parameters
 Scope of a Function
 n Exercise with functions

Module 5: Exceptions Handling

 Errors
 handling Multiple Exception
Module 6: Hands-on

 Exercise
 Quiz
 Project

You might also like