Python 101, Normal
The fundamentals: variables, types, control flow, functions, then a tiny language model.
📖 19 ⏱ ~5h 📦 7 ⚡ +1900 XP
🐍
Module 1
→ Python Basics
Your first steps: printing output, naming values, understanding types, and converting between them.
🔢
Module 2
→ Operators & Expressions
Arithmetic, comparison, and boolean operators, the building blocks of every expression.
🔀
Module 3
→ Control Flow
Make decisions with if/elif/else and repeat actions with for and while loops.
⚙️
Module 4
→ Functions
Package logic into reusable blocks with parameters, return values, and scope.
📝
Module 5
→ Strings Deep Dive
Master string methods, slicing, formatting, and encoding for real-world text processing.
📦
Module 6
→ Data Structures
Work with lists, tuples, dictionaries, and sets, Python's core containers.
📁
Module 7
→ File I/O
Read from and write to files, work with CSV data, and handle paths safely.