--- ## ARCHIVED SLIDE ## Skip this, and go to Part 2 Pick **1–2 concepts** from `slides/05_python.pdf` and explain them in your own words (fast + messy is fine). <div class="text-xs"> - dynamic typing vs strong typing - list/dict/set basics - list comprehensions - iterators + generators - exceptions (`try/except/else/finally`) - classes + dunder methods (`__init__`, `__eq__`) What is it (in one sentence)? What’s a common bug this concept prevents? Where would you use it in a real app (web, data, automation)? </div>