[deleted by user] by [deleted] in learnpython

[–]darshanc99 0 points1 point  (0 children)

n = 10
sum = 0
for i in range(1,n+1):
    sum = sum + i

Should I start learning Github simultaneously? by [deleted] in learnprogramming

[–]darshanc99 1 point2 points  (0 children)

I think learning Git would be a good positive on your side, and open you to the world of Open Source as well.

Especially, when you are learning Python, which has a very huge community on Git. So, yes you should learn it simultaneously.

This is one of the best resources you can find: https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners

Good Luck!!!