Thread
Stories related to "Converting a simple website to Python Flask" across the full archive.
"A Talk Near the Future of Python" - live coding a simple VM / web assembly interpreter
(youtube.com)
A talk from PyCon India by David Beazley, who writes a very basic stack machine and evolves it into a wasm interpreter, which then runs a simple arcade game written in rust.
I enjoy David Beazley's talks, they're usually quite intense but in a way that's very fun. I know he now teaches a python c...