Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 691 Bytes

File metadata and controls

19 lines (13 loc) · 691 Bytes

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