A Tour of Python is a fun side project that aims to build something akin to the Tour of Go but for Python.
Currently tested on Debian.
Install the latest version of Go.
go run main.go
ChatGPT for giving me a nice starting point of code.
healeycodes.com for the awesome sandbox implementation and logging ideas.
pyodide for building a scalable and secure solution to Python sandboxing.
Tour of Go for the general idea to build an in-browser REPL and interactive learning playground.
Whirlwind Tour of Python for having such a permissive license.