This repo contains all the files for the Nature of Code Python Edition book. The source content for the book is in this repositoriy as markdown files.
The pdf and html editions are build from the mdbook cli utility from the Rust project.
To build this book clone the repository and ensure that you have the mdbook installed.
mdbook build # to build the html version or
mdbook serve # to start a local server to preview the html in a browser