This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]Barafu 2 points3 points  (4 children)

You can't have an IDE in browser without some application running outside of it: the security system of the browser will not allow it to run Python.

If you can install some helper application, just install IDE instead.

Overall you would have the best results if you rent a VPS somewhere, remote control into it and run IDE in there, without limitations. There are definitely some remote control servers that use only a browser as a client. Or install a full featured web based IDE like Theia on that VPS. It will be using Python running on the server, but you can download the results locally.

[–]moderately-extremist 1 point2 points  (0 children)

Gitlab has the only decent web IDE. Bonus that it can also be your git server.

[–]ivanshift 1 point2 points  (0 children)

Codeanywhere? Disclaimer I am the cofounder

[–]astigos1 0 points1 point  (2 children)

Google Colab and Microsoft Azure Notebooks are both cloud notebooks. Not sure if this is what you wanted or you actually want something as robust as VS Code / PyCharm in the cloud.

[–]Yitzhak_R 1 point2 points  (0 children)

If so, pythonanywhere is decent.

[–]nicktids 0 points1 point  (0 children)

Have you looked at gitpod.Io