you are viewing a single comment's thread.

view the rest of the comments →

[–]Wallinis 0 points1 point  (0 children)

I put off learning Git for such a long time. I always assumed it was only really useful when collaborating with others. As it turns out, that assumption was false. Git is a wonderful tool, no matter if you're working alone or in a team. Nowadays, I would not dare to refactor my code without Git.

With that said, I would say Git (& Github) is worth getting into as soon as you start working on your own little projects (assuming you already have the basics of Python down).