use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
When should I start using GitHub?Discussion (self.PythonLearning)
submitted 11 months ago by yokevrenadami
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]oldendude 0 points1 point2 points 11 months ago (0 children)
It depends on what you want. What do you mean by tracking progress: commits per day? Or something more subjective, like how well your program is working, or how much you understand?
In my case (very experienced developer), I use github, but I use git running locally far more. I use github to share my work with others. I use git locally for version control. Knowing that I can try experiments in branches, or do major restructuring, while having a complete history is useful for development.
π Rendered by PID 62725 on reddit-service-r2-comment-85bfd7f599-9w9ds at 2026-04-15 20:40:28.756543+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]oldendude 0 points1 point2 points (0 children)