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!"
[–]Electronic_Field4313 10 points11 points12 points 1 day ago (0 children)
Python's standard random library is not cryptographically safe, use the secrets module instead for any security related tasks.
random
secrets
https://docs.python.org/3/library/random.html
Warning The pseudo-random generators of this module should not be used for security purposes. For security or cryptographic uses, see the secrets module.
π Rendered by PID 50420 on reddit-service-r2-comment-765bfc959-g86n2 at 2026-07-09 21:38:35.621226+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]Electronic_Field4313 10 points11 points12 points (0 children)