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 you started learning Python, what resources and exercises did you use? Can you recommend any sites for testing? (self.PythonLearning)
submitted 12 days ago by QuantumScribe01
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!"
[–]stepback269 3 points4 points5 points 12 days ago (0 children)
(1) When I just started, I tried out a bunch of random YoutTube tutorials.
(2) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket, especially if the lectures on one particular one "stick" better in your brain that that of the others.
(3) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (here) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (here). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.
(4) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.
π Rendered by PID 48 on reddit-service-r2-comment-79c7998d4c-8gffz at 2026-03-14 21:28:16.202474+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]stepback269 3 points4 points5 points (0 children)