This repository contains Python code in the form of interactive Jupyter notebooks that are meant to provide practical demonstrations of theoretical concepts discussed in class. You'll be using this code in your homework assignments!
- If you're new to programming/Python/Jupyter Notebooks, we recommend running the code on Google Colab. Be sure to copy the data files under
homework_1/dataas well! - If you'd prefer to run notebooks locally, we provide Conda environment files (
environment.yml) that you can use to generate reproducible environments by runningconda create -f <path_to_environment.yml>.
Here's a link to the notebook for Homework 1!