A playground for learning both math and programming side-by-side, with most code snippets coming out of working on Project Euler problems.
conda env create -f environment.yml
conda activate math-env
pip install -e .
pytest --doctest-modulesThis repo is like a much less cool version of Peter Norvig's pytudes
My current favorite Python resource is Fluent Python
My current favorite math resource is Concrete Mathematics