Introduction Before pushing your code to GitHub, you may want to hide some sensitive information from the public eye π.Managing sensitive information in our Python projects is very important, especially when sharing code on GitHub. Accidentally expo...
rhodalee.hashnode.dev6 min read
Thank you! This was very helpful and easy to follow. I have a question though. Erm, so what happens when we print the database username, password and database name? What is it supposed to print out? Is it supposed to print out our database username, password and database name or it's to print out 'None'.
Samuel Amankwah Donkor
Great guide on dotenv, Rhoda Oduro-Nyarko! Thanks for sharing.