Saturday, 30th April 2022
PyScript demos (via) PyScript was announced at PyCon this morning. It’s a new open source project that provides Web Components built on top of Pyodide, allowing you to use Python directly within your HTML pages in a way that is executed using a WebAssembly copy of Python running in your browser. These demos really help illustrate what it can do—it’s a fascinating new piece of the Python web ecosystem.
TIL
Intercepting fetch in a service worker
— I'm learning service workers. I wanted to start with one that intercepts calls to a `/path` and returns "Hello World".