Scientific programming patterns Material for the class "Scientific programming patterns", first given as ASPP 2022 in Bilbao From this: To this: Setup Create a local virtual environment and install dependencies: python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt