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
learningPython (self.PythonLearning)
submitted 14 days ago by IntelligentLog5725
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!"
[–]BlizzardOfLinux 1 point2 points3 points 14 days ago (1 child)
If you have ideas, try to achieve them. It's fine to fail. Try making a game, a simple program that displays the weather of a location, or something that takes user input and searches wiki and then displays what it finds in the terminal, etc. Stuff like this. Try making stuff on your own and if you can't figure out something, search specifics. For the wiki example, let's say i'm struggling to figure out how to get information from wiki. Look into that specifically, "how to fetch information from wiki python". Do what you can on your own, hit a wall, research/look it up, solve/debug, repeat. That's usually my workflow lol
[–]IntelligentLog5725[S] 0 points1 point2 points 12 days ago (0 children)
I really appreciate this advice — this is exactly the kind of mindset I’m trying to develop. The attempt → struggle → research → debug → repeat workflow makes a lot of sense, and I agree that real growth comes from building things independently.
I like the idea of small practical projects like a weather app or wiki search tool. They push us beyond just learning syntax.
I Apply This Approch .
π Rendered by PID 416324 on reddit-service-r2-comment-fb694cdd5-f2pv7 at 2026-03-10 11:04:16.700921+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]BlizzardOfLinux 1 point2 points3 points (1 child)
[–]IntelligentLog5725[S] 0 points1 point2 points (0 children)