Month 1
Python fundamentals: syntax and control flow
- How Python runs your code, variables, and basic types
- Strings, numbers, input, and formatted output
- Conditionals and boolean logic
- Loops: for, while, range, and when to use each
- Reading an error message and fixing the line it points at
By the end: You can write, run, and correct a small program from a plain description of what it should do.
