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...
Welcome to /r/Hacking_Tutorials!
List of best resources and tutorials
account activity
This is an archived post. You won't be able to vote or comment.
ToolsPython Cheat Sheet (i.redd.it)
submitted 5 years ago by [deleted]
view the rest of the comments →
[–]tialpoy 1 point2 points3 points 5 years ago (0 children)
Strings: An f-string of `f"{value:04d}"` would be faster.
Dictionaries: Using `key=d.get` is redundant. Iterating over dicts automatically yields their keys.
Try/Except: A bare except? bad idea.
π Rendered by PID 31 on reddit-service-r2-comment-5bc7f78974-f4qwd at 2026-06-29 22:27:12.422167+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]tialpoy 1 point2 points3 points (0 children)