Skip to content

Task1

Austin Zadoks requested to merge az_task1 into main

I've prepared Task 1 as a Jupyter notebook:

  • Utility functions for fitting a line and plotting results are in utilities.py.
  • The notebook has most of the information from the PDF in-line so students can follow directly in the notebook.
  • Function stubs are provided for every required part of the exercise.
  • All code has Python type annotations and documentation to help students understand the structure of the data and the meaning of variables.
  • "Required" activities are highlighted in Markdown cells marked "TODO"

Merge request reports