What is the best place to work with someone else on a python project and be able to edit the same code live (kind of like what you can do when you share a google document). Is there a way to work tighter with someone in pycharm?
Asked
Active
Viewed 1,614 times
1 Answers
3
I recommend google colab.
Features:
- essentially it's a jupyter notebook on google drive
- collaboratory programming
- many libraries come preinstalled (tensorflow, numpy, matplotlib, etc ...)
- runs on a vm (gpu and tpu available)
- can integrate with google drive
- completely free!

Jay Mody
- 3,727
- 1
- 11
- 27