Material for the class "Scientific programming patterns", first given as ASPP 2022 in Bilbao
Create a local virtual environment and install dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtThere was an error while loading. Please reload this page.