Resources

Starter kits

Prefer to grab files from the course page itself — each course that needs a kit lists it under Starter kit at the top. This page is a full index of every starter kit.

Glossary · Worked example charts

After downloading

  1. Extract the zip to your coding folder.
  2. Create a virtual environment: python3 -m venv .venv
  3. Install packages: pip install -r requirements.txt (developer courses only).
  4. Open the folder in VS Code and start the course notebooks.

You can also download the glossary as glossary.md.