Extra lessons, tutorials, and missions for readers of the No Bullshit Guide to Mathematics.
Learn math and Python on your own by consulting these short lessons.
Test your understanding of the material by completing these short projects.
See the tutorials directory for the intro-to-Python tutorial and the SymPy tutorial.
If you'd like to develop and/or build the No Bullshit Math Lessons book, you should:
- Clone this repository
- Run
pip install -r requirements.txt
(it is recommended you do this within a virtual environment) - Edit the books source files located in this directory
- Run
jupyter-book clean .
to remove any existing builds (the dot means 'here') - Run
jupyter-book build .
to build the book HTML version
A fully-rendered HTML version of the book is now available in the dir _build/html/
.
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This project is created using the excellent open source Jupyter Book project. The lessons and missions were written by Ivan Savov, Minireference Co. founder.