Chapter 1: Introduction
- Introduction to Python
- Setting up path
Chapter 2: Variable
- Integer
- String
- Operators (Arithmetic, logical, relational)
Chapter 3: Data Structure
- Tuple
- List
- Dictionary
Chapter 4: Conditional Statement
- If
- Else if
Chapter 5: Looping
- For
- While
- Nested Loop
Chapter 6: Function
Chapter 7: File I/O
Chapter 8: Exception Handling