📞 +91-9456968800
✉️ contact@pixelcomputer.co.in
Introduction to Python
▶
- History & Features of Python
- Applications of Python
- Installing Python & IDEs
- Running Python Programs
Variables & Data Types
▶
- Variable Declaration
- Standard Data Types
- Type Conversion
- Input & Output
Operators & Expressions
▶
- Arithmetic Operators
- Relational & Logical Operators
- Assignment & Bitwise Operators
- Operator Precedence
Control Flow Statements
▶
- if, if-else, nested if
- for loop
- while loop
- break, continue, pass
Functions & Modules
▶
- Defining & Calling Functions
- Function Arguments
- Return Statement
- Lambda Functions
- Creating & Using Modules
String & List Handling
▶
- String Operations & Methods
- List Operations & Slicing
- List Functions & Methods
Tuple, Set & Dictionary
▶
- Tuple Operations
- Set Operations
- Dictionary Operations
- Built-in Methods
File Handling
▶
- Opening & Closing Files
- Read/Write Operations
- Working with CSV
- File Methods
Exception Handling
▶
- try, except, finally
- raise & assert
- Custom Exceptions
Object-Oriented Programming
▶
- Classes & Objects
- Constructor & Destructor
- Inheritance
- Polymorphism
- Encapsulation
Miscellaneous Topics
▶
- Recursion
- Python Libraries (math, datetime, random)
- Comprehensions
- Virtual Environment