All work — Tools — 2026
Python Course Engine
A structured Python curriculum — sequenced lessons, exercises, reference solutions and an automated checker that verifies student answers.
Runs natively — not a browser app
Ask me about this
The problem
Teaching materials go stale because nobody verifies the exercises still work.
How I approached it
Every exercise ships with a reference solution and a pytest suite, so the whole curriculum is checkable in one command.
The outcome
A course that can't silently rot.

Next project