Python Course Syllabus
Course Syllabus
Download SyllabusPython – Introduction
- Introductory Remarks about Python
- A Brief History of Python
- How python is differ from other languages
- Python Versions
- Installing Python
- IDLE
- Getting Help
- How to execute Python program
- Writing your first program
Python Basics
- Python keywords and Identifiers
- Python statements
- Python indentation
- Comments in python
- command line arguments
- Getting user input
- Exercise
Variables And Data Types
- Introduction
- Variables
- Data types
- Numbers
- Strings
- Lists, tuples & Dictionary
- Exercise
Decision Making & Loops
- Introduction
- Control Flow and Syntax
- The if Statement
- Python Operators
- The while Loop
- break and continue
- The for Loop
- Pass statement
- Exercise
Functions
- Introduction
- Calling a function
- Function arguments
- Built in functions
- Scope of variables
- Decorators
- Passing Functions to a Function
- Lambda
- Closures
- Exercise
Modules & Packages
- Modules
- Importing module
- Standard Module – sys
- Standard Module – OS
- The dir Function
- Packages
- Exercise
Exception Handling
- Errors
- Run Time Errors
- Handling IO Exceptions
- Try…. except statement
- Raise
- Assert
- Exercise
Files & Directories
- Introduction
- Writing Data to a File
- Reading Data From a File
- Additional File Methods
- Working with files
- Working with Directories
- The pickle Module
- Exercise
Classes Objects
- Introduction classes and objects
- Creating Classes
- Instance Methods
- Special class method
- Inheritance
- Method overriding
- Data hiding
- Exercise
Regular Expressions
- Introduction
- Match function
- Search function
- Grouping
- Matching at Beginning or End
- Match Objects
- Flags
- Exercise
Gain practical experience in building various Python applications with our Python programming syllabus as it includes a wide range of topics such as fundamentals, OOPs, data structures, modules and packages, exception handling, and building apps.

