Python Forum
where do you keep (or manage) your coding - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: where do you keep (or manage) your coding (/thread-31783.html)



where do you keep (or manage) your coding - 3Pinter - Jan-03-2021

Hi guys,

So I was wondering how do you guys code and perhaps more like: how do you manage your coding?

So a bit about my myself
I'm not a professional coder but I do use python almost daily.

What do I code
The software I use allows python coding to access its API which allows my to do custom tweaks / automate the boring stuff.
Roughly 30 scripts or so (and increasing).

Where I code
I code in MS Visual Code
I'm the only one doing this, I don't collaborate with anyone so I keep my scripts on a gdrive-like spot.

My thoughts
I was thinking about moving to Github. A private github, so version are better managed and probably a ton of extra features I don't know off.

So I was wondering:
what do you use?
why aren't / are you on github?


RE: where do you keep (or manage) your coding - Larz60+ - Jan-03-2021

I use git for local version control, and also to migrate code to github.

installing: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git