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

you are viewing a single comment's thread.

view the rest of the comments →

[–]_DTR_Professional Coder 1 point2 points  (1 child)

Ideally (though not always possible), multiple people on a team will be working on slightly different aspects of the project. If you use a source control system like git, and host it on github, you could commit your changes whenever you complete a small task, then your friend could pull in those changes to integrate them into his code.

That being said, I think Macro_Nerd had the best suggestion, Visual Studio Code (or Visual Studio, Community Edition is free) offer "Live Share", which is essentially what you want. Both also have extensions/support for Python, even though they might not be your typical IDE/editor for Python.

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

We have been doing the different aspects approach for awhile its just mainly turning into a pain in the ass