Lists, tuples, sets, dictionaries, and copying.
Each .py file contains THEORY (docstring at top) + PRACTICE (numbered runnable sections).
python3 core-python/modules/02-data-structures/01_lists.py| File | Topic |
|---|---|
01_lists.py |
Create, slice, methods |
02_tuples.py |
Immutable sequences |
03_sets.py |
Unique items, set math |
04_dictionaries.py |
Key-value maps |
05_copy_shallow_deep.py |
copy vs deepcopy |
→ Next: 03-functions-and-modules
Interview prep: INTERVIEW.md — 25+ questions with answers