Pystebin: Executable Pastebin for Python in the Browser (pystebin.com) 2 points by BiteCode_dev 11d ago ↗ HN
[–] BiteCode_dev 11d ago ↗ Now that pyodide is mature, we can test a single snippet from Python 3.9 to 3.14 in a web page, it's quite handy.There are other projects like this, some with full notebooks capabilities. This one is more oriented towards snippet sharing like jsfiddle.It has a virtual file system, so you actually can use sqlite!It also means in the future, one could add multiple module supports, and pip install (albeit with a proxy) and numpy support.
1 comment
[ 3.7 ms ] story [ 19.8 ms ] threadThere are other projects like this, some with full notebooks capabilities. This one is more oriented towards snippet sharing like jsfiddle.
It has a virtual file system, so you actually can use sqlite!
It also means in the future, one could add multiple module supports, and pip install (albeit with a proxy) and numpy support.