Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 686 Bytes

File metadata and controls

25 lines (17 loc) · 686 Bytes

02 — Data Structures

Lists, tuples, sets, dictionaries, and copying.

How each lesson works

Each .py file contains THEORY (docstring at top) + PRACTICE (numbered runnable sections).

python3 core-python/modules/02-data-structures/01_lists.py

Lessons

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