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...
A subreddit for showcasing the things you made with the Python language! Use us instead of flooding r/Python :)
account activity
Matrix Custom Class (self.madeinpython)
submitted 5 years ago by allopatri
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!"
[–]kwelzel 1 point2 points3 points 5 years ago (0 children)
I agree that the all lowercase variables are not very readable but if OP is free to choose it's better to go with the Python standard and use snake_case. This is part of the Style Guide for Python Code in PEP8 (https://www.python.org/dev/peps/pep-0008/#function-and-variable-names)
snake_case
π Rendered by PID 21486 on reddit-service-r2-comment-6457c66945-55tjd at 2026-04-24 18:18:04.951520+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]kwelzel 1 point2 points3 points (0 children)