rhodalee.hashnode.devIntroduction to PythonIntroduction Python is a general purpose programming language that is widely known for its simplicity and versality. It is beginner-friendly and is applicable in a wide range of fields. It has an easy to understand syntax and extensive library suppor...Feb 12, 2025·6 min read
rhodalee.hashnode.devSecurely Managing Database Credentials in Python with dotenvIntroduction 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...Nov 30, 2024·6 min read