Projects to be completed for the course MATMEK-4270, Fall 2024.
To run the projects, I recommend using the package manager uv. Running the tests is then as simple as
$ cd projects
$ uv run pytestas uv will automatically manage the virtual environment and install the necessary dependencies. Other scripts are similarly run using uv run <filename>.py.