Coding Games With Pygame Zero & Python

Student workbook, 2nd edition, revised

Read the text here

Support the author by buying the book

Black and white version

He also has a game

This book contains all the example programs used in my CoderDojo class to teach Python programming. The primary goal of the class is to teach programming using action games to make learning more interesting. Some of the examples are entirely focused on introducing new language concepts or showing how the Pygame Zero API works, but most are a mixture of both.

Build

Uses https://www.sphinx-doc.org:

make clean
make html
cp -a _build/html/. docs/
make latexpdf