Python Forum
where do you keep (or manage) your coding
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
where do you keep (or manage) your coding
#1
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?
Reply
#2
I use git for local version control, and also to migrate code to github.

installing: https://git-scm.com/book/en/v2/Getting-S...alling-Git
Gribouillis likes this post
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020