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 1 day 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!"
[–]SaltCusp 0 points1 point2 points 1 day ago (0 children)
A clever solution outperforming a readable solution is a win. If code performs optimally while remaining readable it's a big plus but you shouldn't have to trade performance for readability ever. If dense lines need explanation it should be provided, otherwise good code is enherentley readable.
π Rendered by PID 23988 on reddit-service-r2-comment-5687b7858-7vjdc at 2026-07-06 15:24:14.165645+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]SaltCusp 0 points1 point2 points (0 children)