The best, free online python compiler?
Online Python Compiler made with Skulpt JS and ACE Editor
Online compiler API
Compile python source to bytecode? Sure: https://docs.python.org/3/library/functions.html#compile
If you need other languages you could just use https://docs.python.org/3/library/subprocess.html and execute make or cc or somesuch.
If you're trying to do the compilation on a different machine, but__why_tho_ 's suggestion is reasonable: create an api endpoint somewhere (eg lambda) and call it (eg, with requests).
More on reddit.comPy2wasm: A Python to Wasm compiler 3x faster than pyiodide : Python
Videos
Hello, im not new to python, but ive always liked to play around with it in school using different python fiddle sites etc, but as school gets more boring (dw i got good grades) i wanna play around a lot more between classes etc, but ive noticed none of the fiddles / compilers ive found lets you import custom libraries, ive really wanted to play around with Textual, but they really just offer libraries like pandas.
There was one site that was perfect, replit. But as you may know, replit is now an AI platform with a free plan of only 2 developement hours, even if you dont use the AI. So i came here to ask for an alternative, is there a website where, i can code (prefferably through multiple files), install ANY pip library, run code, use the terminal etc.
Edit: FYI: Most google services are blocked by the IT (chromewebstore, colab, maps etc, so no colab)