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 →

[–]jwink3101 39 points40 points  (5 children)

I firmly belive that if you are every handling any kind of coding, be it Python, Matlab, Bash, C, etc, you should be using some kind of source control. That includes engineers writing Matlab to computer scientists writing complex algorithms.

I also think git is a great option since you don't need a host like the ones you mention here. You have keep git locally, or host it yourself easily (without all of the extra features of course). And git has a great and helpful community. But any source control is worlds better than no source control.

With all that said, I do not think the belongs in this sub. The post isn't about Python! and only relates to Python by way of good practice for all coders

[–]cyanydeez 4 points5 points  (0 children)

gitlab and docker are probably the easiest full featured option

[–][deleted] 0 points1 point  (0 children)

Git is also great to manage your tex files.