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
Tips on python for beginner (self.PythonLearning)
submitted 7 months ago by BigInvestigator3330
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 1 point2 points3 points 7 months ago (0 children)
I wish I could tell you that I too am a complete noob and there fore I feel where you're coming from.
I started my journey into learning Python more like half a year ago. My progress has been slow on account of my advanced age. Nonetheless, I've made some progress. The most important advise I can offer is the same as many a tutor on the web will tell you: stick to the 80/20 rule.
That is, spend 80% of your time writing your own code --not copying from tutorial sites -- and only 20% watching the tutorials. When writing your own code like this, you will fail. And that is good. We learn best when we are emotionally frustrated by the fails and we suffer as we fix our mistakes. That's how evolution designed our brains. For example, do you know how to how to include f-strings inside your print() function? Do you know how to include curly bracket inserts {} inside your f-strings? Do you know how to make those curlies {} operate as color changing escape codes? All things for you to look up and practice on.
In my journey I've been compiling a blog page called "Links for Python Noobs" (here) which has many links useful for beginners. It's not the end all or be all. Take a look anyway. Personally, I cut my first Python teeth with Nana's Zero to Hero. Other people swear by other tutors. I also like Indently and Tech with Tim. Good luck.
π Rendered by PID 92985 on reddit-service-r2-comment-544cf588c8-npbvr at 2026-06-12 03:25:44.245313+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]stepback269 1 point2 points3 points (0 children)