Day 1 — Python for spreadsheet people
- Why Python when you have Excel
- Installing everything with uv and opening Jupyter
- Cells, but for code: working in a notebook
- Numbers, text and dates
- Conditions: the IF of Python
- Lists and dictionaries
- Loops: dragging the formula down, the Python way
- Functions: your own formulas
- Understanding error messages