The goal of this lab is to give you the tools you need to start building robust functions which can make useful calculations on large datasets.
To that end, we'll cover the following:
- More Python Basics
- Loops
- Generator Iterators
- NumPy
- NumPy Arrays
- Array Operations
(As of January 2026)
- Fork this repository.
- Clone this repository using VS Code or using GitHub.
- See the environment.yml file. Create this environment locally using
conda env create -f environment.ymland load it, or use an existing environment that already has these packages installed. - Edit your repository, commit as you go, and push your changes to your fork.