loading…
Standard library is built in. Heavyweights like numpy, pandas, scipy auto-install the first time you import them.
› press Run to execute
Pyodide, a full CPython build compiled to WebAssembly, so Python runs inside your browser tab. No account, no queue, no data leaves your machine. numpy, pandas, matplotlib, and requests are pre-installed and cached after first load — meaning the second visit works fully offline on a flight or a patchy hostel wifi. It’s not a toy REPL for print("hello"); it’s the same interpreter you’d use to prototype a real notebook, minus the Jupyter install.