andrewbrg / codepad-chrome-app

An awesome multi-language IDE written in JavaScript, crafted for ChromeOS and released under the GNU general public license!
https://chrome.google.com/webstore/detail/code-pad-ide/adaepfiocmagdimjecpifghcgfjlfmkh
GNU General Public License v3.0
135 stars 85 forks source link

Shell for Python #35

Open Herxity opened 4 years ago

Herxity commented 4 years ago

So most online IDEs like repl.it or others have the python shell which shows your output. I was wondering if it would be possible to recreate that for the editor. (and maybe for all the languages if we are lucky)

coder0107git commented 3 years ago

You can try to run your python here.

Update: Running non-web native languages completely online without a special server setup (like the link above) is possible now thanks to WebAssembly (which is what powers projects like Pyodide). A code preview could be integrated into Codepad but that is probably not going to happen seeing how nothing has really happened in a while.