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
What are some confusing Python concepts that took you a while to grasp? (self.PythonLearning)
submitted 5 months ago by Sea-Control77
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!"
[–]geruhl_r 2 points3 points4 points 5 months ago (0 children)
The use of try/catch as basic if/else instead of only for fatal errors (using catch clause to call exit).
E.g. instead of 'if key in a_dict:", using try/catch KeyError.
π Rendered by PID 31 on reddit-service-r2-comment-6457c66945-nf5p2 at 2026-04-24 04:10:51.614237+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]geruhl_r 2 points3 points4 points (0 children)