Using Bcrypt (Blowfish) in Python
I’m going to show you how simple it is to use bcrypt in Python. Bcrypt is useful if you need to store user passwords for whatever reason. Just remember to store the hashed values in your database and never the clear text passwords!
Source: Pretty Printed (YouTube)