Day 1 — The language, fast
- Installing Python: good practices, and uv
- The interpreter, ipython and the REPL workflow
- Basic types, and what None, True and False really are
- Every object is truthy or falsy
- Indentation, conditions and loops
- While: an if that repeats itself
- Lists, tuples, dicts and sets
- Strings and f-strings
- Reading an error message and the stack trace
- Exceptions: ask forgiveness, not permission