Friday, June 10, 2022

PyScript: Python in the Browser, with WASM

PyScript: Python in the Browser

What is the magic behind PyScript?

PyScript is currently built on Pyodide, which is a “port of CPython to WebAssembly/Emscripten.” PyScript supports writing and running Python code in a browser, and it will provide support for other languages in the future.