Python-based Computer Vision in the Browser
Prototyping and Python are big parts of what I do at Sparkgeo, so when PyScript was announced at PyCon US 2022, I was all ears. PyScript, along with WebAssembly and Pyodide, enables us to run Python directly in the browser, without the explicit need for our own APIs or servers. JavaScript (JS) will surely remain …