Modularisation

2026-03-06

On Friday we discussed modularisation.

You can see a recording of here.

I started using writing modular code for the tsp library: a library to solve the travelling sales agent problem.

You can find the code I wrote at the end of class here:

You can find the notebook I started with here tsp.ipynb.

You can see other examples in the python for mathematics text.