This repository contains the necessary code required for reproducing the findings from assignment 1.
The dependencies are tracked with Pipenv, so to set up the same environment we used, simply run pipenv sync
.
To execute the code for an exercise, just run the corresponding Python file from the src
directory within the Pipenv environment. For example, to execute exercise 8, run pipenv run python src/exercise8.py
.