Python
15 lessons — from the very basics to pro-level patterns.
Basics
1. Variables & Data Types
Numbers, text, true/false — the building blocksBeginner→
2. Operators & Expressions
Math, comparisons, and logic in one placeBeginner→
3. Strings & Formatting
Slice, format, and play with textBeginner→
4. Conditionals
Make your code choose — if this, do thatBeginner→
5. Loops
Repeat stuff without repeating yourselfBeginner→
Collections
Functions
Intermediate
Advanced