The Notebook and the Table
Get Python running on your own machine and read a real data file without help.
$72
this phase
- Open1.1
Setting Up Without Losing a Week
Free previewuv, a virtual environment, JupyterLab running locally, and reading the error when it breaks.
- 1.2
Python You Actually Need
Variables, lists, functions, and loops, taken only as far as data work requires.
- 1.3
Cells, Kernels, and Hidden State
Why out-of-order execution quietly ruins results, and restart-and-run-all as a reflex.
- 1.4
Tables as a Data Type
Rows, columns, dtypes, and loading a CSV that fights back on encoding and headers.
- 1.5
Your First Real Questions
Filtering, sorting, and summarizing until you can describe a dataset in five sentences.
- 1.6
Code You Did Not Write
Using an AI assistant for pandas, and the three checks that catch a column it invented.