Personal playground for DS/algo and experiments. Python 3 (3.8+).
./setup.shTutorial source: python_learning.py. Regenerate the Jupyter notebook with:
.venv/bin/python tools/generate_python_learning_notebooks.pyRun tests:
.venv/bin/python -m unittest discover -s test -p '*_test.py' -v