Session 1 materials: Python for Scientific Computing
Completion requirements
Everything for session 1, in one folder. Download the whole folder and keep the structure unchanged, because the notebook finds the data and the figure through relative paths.
- notebooks/day1_python_foundations.ipynb is the session notebook, already run, so every output is visible before you run anything.
- notebooks/day1_assignment_solution.ipynb is the worked solution to assignment 1.
- notebooks/penguin_count.py is the small command line script from part 9.
- data/ holds the Palmer penguins measurements (CC0).
- setup/environment_setup.md explains how to build the virtual environment and the Jupyter kernel.