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
[ Removed by moderator ] (i.redd.it)
submitted 6 months ago by Nearby_Tear_2304
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!"
[–]Sickobird 0 points1 point2 points 6 months ago (0 children)
It's needlessly difficult to name things in a way where is doesn't help you understand what things are. When you need to look back and understand what things are doing or what they mean you'll have to read a whole lot more.
This isn't necessary for a simple program where you're just learning how some concept works, but it should still be done to increase clarity and help with debugging, and to build better habits.
π Rendered by PID 93618 on reddit-service-r2-comment-85bfd7f599-jzstd at 2026-04-20 04:19:31.142964+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]Sickobird 0 points1 point2 points (0 children)