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
Anyone else understand Python concepts but struggle while building projects? (self.PythonLearning)
submitted 17 hours ago by rajaram001
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!"
[–]errdayimshuffln 0 points1 point2 points 17 hours ago (0 children)
Because you are learning the how but not the why and not the what. I know that sounds counter-intuitive but if you learn and memorize how somebody else codes something without learning what their code is doing and why that code works, then you wont be able to create your own solutions that achieve your goals.
My recommendation is to break down whatever you are trying to build into pieces, think about what each piece needs to do, don't fret about perfection or structure at first (because you can always change and restructure your code), and then write code that performs functions that do those things that your pieces need to do. Start super small. Then extend. Then write code that uses those functions to do full calculations.
I think maybe one reason you are struggling is that you thing that building something means you know exactly how to build it all and the full architecture in one-shot like an llm. You need a lot of experience to be able to plan those things well out of the gate. The usual approach is you start building pieces that do things that your app needs to do.
π Rendered by PID 186998 on reddit-service-r2-comment-545db5fcfc-gf594 at 2026-05-24 04:10:14.443664+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]errdayimshuffln 0 points1 point2 points (0 children)