1. Introduction to Python (Beginner)
- Python environment setup (IDLE, Jupyter, or online editors)
- Basic syntax and program structure
- Variables and data types (integers, floats, strings, booleans)
- Input/output operations
- Basic operators and expressions
- Simple programs (e.g., calculator, greeting)