Use for questions concerning the Python stdlib module which provides secure and portable password input
Many programs that interact with the user via the terminal need to ask the user for password values without showing what the user types on the screen. The getpass module provides a portable way to handle such password prompts securely.
- From PyMOTW: https://pymotw.com/2/getpass/
- Docs from Python 2: https://docs.python.org/2/library/getpass.html