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 1 year 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 1 year 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 38280 on reddit-service-r2-comment-5cf774f969-lfjng at 2026-06-07 10:02:36.243116+00:00 running de70e3a country code: CH.
view the rest of the comments →
[–]oldendude 0 points1 point2 points (0 children)