Python Specials #9 True Random Password Generator

Опубликовано: 13 Март 2026
на канале: Coder & Maker
149
2

To generate cryptographically secure random numbers in Python, you can use the secrets module. The secrets module provides a number of functions for generating random data suitable for use in security-sensitive applications, such as generating random numbers for cryptography or generating passwords.
In this example, we define a character set for the password that includes upper and lowercase letters, digits, and punctuation marks. We then use a list comprehension and the secrets.choice() function to generate a password of length 12 by randomly selecting characters from the character set.

Thanks for watching. For more videos and to support us, you can subscribe and follow our channel. Good luck...

All Coder & Maker videos :    • ALL VIDEOS  
More Python Special videos:    • Python Specials  
More Python Examples videos:    • Python Examples  
Python Basics Videos :    • Python Basics  
Python Turtle Graphics Module:    • Python Turtle  Graphics  
Python Matplotlib Module Tutorials:    • Python Matplotlib Module  
Python Numpy Module Tutorials:    • Python Numpy Module  
Python Random Module Tutorials:    • Python Random Module  
Python Thonny Graphics Tutorials:    • Python Turtle Tutorials  


Download Thonny Ide: https://thonny.org