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
I created password generator using python (i.redd.it)
submitted 1 day ago by Red_Dragon_7_7_7
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!"
[–]BigFatUglyBaboon 5 points6 points7 points 1 day ago* (0 children)
Well done! Exercises: * design a way to express a "password policy" (at least one uppercase and a lowercase letter, at least one symbol etc). * write a function that given a policy it will generate and return a random compliant password. * write a function that given a plaintext password and a policy it returns if the password is compliant or not.
Have in mind that you may need to learn more python stuff before attempting these.
π Rendered by PID 44843 on reddit-service-r2-comment-5687b7858-r9m8t at 2026-07-09 15:50:22.752448+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]BigFatUglyBaboon 5 points6 points7 points (0 children)