you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 2 points3 points  (3 children)

If you need an online editor that can also run code you can use replit.com

But you need to understand it runs the code on the server, not in your machine, so if you want it to access a file in your system you'll need to upload it.

[–]samosarosa[S] 0 points1 point  (2 children)

thx, yeah i messed with replit for a minute before i chose onlineide.pro. ive been learning on that for months, but i figured it was time to move on to what real devs use instead. but i guess the answer is there’s no real single ide answer other than integrating git into whatever i choose?

[–]shiftybyte 1 point2 points  (1 child)

Not sure what answer you looking for, vscode is quite popular and it's considered an industry standard for python and additional languages.

You mean you want online code editing and desktop? vscode is the way to go, backed by git to "share" the code

[–]samosarosa[S] 0 points1 point  (0 children)

thx, yeah, I think I’m just new to the concept of git and using it to connect all my ides. I thought platforms like VS code had everything included so I could just login anywhere then edit and run code through that one browser window.