d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Python Ide
Add Reply New Topic New Poll
Member
Posts: 13,480
Joined: May 27 2013
Gold: 74.00
Dec 10 2018 06:38am
Is there a way or IDE that we can share python scripts online without the use of transferring / emailing?
Something like hosting it online.

I switch between Desktop & Macbook and I find it a hassle to maintain both Python Projects
Member
Posts: 5,348
Joined: Sep 15 2017
Gold: Locked
Dec 10 2018 10:20am
you should use code versioning tool such as git

cloud hosted:
- github
- bitbucket (my favorite, up to 5 free repositories)

selfhosted:
- gitlab

check videos on youtube if you don't know what is it, its pretty straightforward imo

edit: feel free to pm if you have question but before please read the manual :P

This post was edited by minuteMed95 on Dec 10 2018 10:21am
Member
Posts: 13,480
Joined: May 27 2013
Gold: 74.00
Dec 11 2018 01:24am
I’ll check these out
Thank k you
Member
Posts: 12,703
Joined: May 17 2013
Gold: 12,935.00
Dec 11 2018 10:40am
IntelliJ/PyCharm has integrated support for github/bitbucket. (Both mercurial and git)

This post was edited by Klexmoo on Dec 11 2018 10:40am
Member
Posts: 2,903
Joined: Aug 25 2009
Gold: 170.00
Dec 20 2018 07:55am
Quote (Klexmoo @ 11 Dec 2018 18:40)
IntelliJ/PyCharm has integrated support for github/bitbucket. (Both mercurial and git)


and SVN
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll