The Redd Python Book site repository

Creative Commons License

The Redd Python Book by Mark Edward Redd is licensed under a Creative Commons Attribution 4.0 International License. All code examples and source code files are licensed under the MIT License.

Website is built using mkdocs. After ensuring the appropriate packages are installed, simply open a terminal and run:

$ mkdocs build # to build the site
OR
$ mkdocs serve # to serve the markdown pages for testing

The following Python packages are used and needed for updating the site:

  • mkdocs

  • mkdocs-material for theming
  • pygments for coloring
  • python-markdown-math for rendering Latex math expressions