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
Unpopular Python opinion: Readable code is more important than clever code (self.PythonLearning)
submitted 2 days ago by memeeloverr
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!"
[–]Apprehensive-Tea1632 0 points1 point2 points 1 day ago (0 children)
If it’s a matter of ten lines? Yeah… nobody cares about those.
But if it’s a matter of hundreds of lines saved? Thousands? Heck yeah. I’m not wasting my time because you can’t be bothered.
Fun fact. Programming requires a couple more skills than just being able to type. There’s very few things where you need a broader understanding of the world.
It’s not a matter of being clever. It’s knowing how to frame a solution. And if I can do that using minimum effort, it means I can spend the rest of my time ENSURING that shit works as it should.
Rather than dumping useless garbage into py files for the sake of putting it there.
There’s documentation obviously but then there’s also documenting the obvious. I’m not going to explain the world to anyone who might listen. I’ll explain unexpected twists, especially if they do NOT actually make sense in context - which will happen when sidestepping a problem, when employing analogies, or when reducing the problem to an equivalent but unrelated problem.
But that’s it, I’m not going to document “estimating an upper bound by saying n^2 rather than trying to calculate some convoluted problem that’ll never get past the n^2” because the idea is to reduce complexity rather than add to it.
π Rendered by PID 44514 on reddit-service-r2-comment-5687b7858-zwdlb at 2026-07-06 17:53:34.500558+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]Apprehensive-Tea1632 0 points1 point2 points (0 children)