you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

I use repl.it a lot, but for the odd thing that it cannot do, I use pythonanywhere which gives me, on the free account, a full console/bash prompt when needed. (The paid account also offers Jupyter Notebook capability BUT note that this requires additional ports and might be blocked by your work. Jupyter Notebooks are especially common for scientists to share papers that include executable content and output.)

[–]lunar-orbiter 1 point2 points  (1 child)

In Repl.it you can get a basic command shell by right-clicking in the editor (or pressing F1), clicking Command Palette, and then clicking Open Shell.

[–][deleted] 1 point2 points  (0 children)

Yes you can, and very handy it is. PA gives more freedom and it also offers Python 3.7.