Recently, I chanced upon something cool! Its a python shell running on the Browser. 🤯 The technology behind it is Pyodide and primarily based on WebAssembly/Emscripten. Check out the papers below if you are interested! https://pyodide.org/en/stable/ https://blog.pyodide.org/talks/2022-pyodide-PyConUS.pdf You can even do things like import os and open,read,write files to it! Sounds pretty dangerous but everything is done behind a sandbox (hmmmmm?).