Track 1: New to Python
Start with expressions, numbers, strings, lists, variables, if statements, loops, and functions.
- Use Python as a calculator
- Practice strings and lists
- Write tiny loops and functions
Track 2: Python for AI
Build the foundation for prompts, data handling, reusable snippets, and future AI workflows.
- Work with data structures
- Format text and outputs
- Think in small reusable steps
Track 3: Automation
Move from syntax into scripts, files, repeatable workflows, and practical automation thinking.
- Read and write simple outputs
- Handle errors and exceptions
- Organize code with functions and modules