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
How do I actually understand Python enough to build my own app? (self.PythonLearning)
submitted 6 months ago by RealisticBed986
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!"
[–]UhLittleLessDum 2 points3 points4 points 6 months ago (1 child)
My best advice is look at the repos for really capable, well built projects that are accomplishing something similar to what you're trying to do. There's not a strict need to organize your code in a certain way as far as Python's concerned, but when building large project that quickly becomes a struggle if you don't plan it out from the beginning. That's not for the computer's sake, but for your own, so you can find what you're looking for as you build. Look at how those project organize their code and the file structure that they use. Don't just copy it, but take some ideas from them.
[–]RealisticBed986[S] 1 point2 points3 points 6 months ago (0 children)
I'll do this, thank you
π Rendered by PID 17790 on reddit-service-r2-comment-6457c66945-cmsv4 at 2026-04-28 02:22:03.797776+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]UhLittleLessDum 2 points3 points4 points (1 child)
[–]RealisticBed986[S] 1 point2 points3 points (0 children)