Use Dotenv Files When Developing Your Python Apps
Developing Python apps can be simplified with the use of .env files. These files help store sensitive information, such as API keys and passwords, in a secure and convenient way.
Developing Python apps can be simplified with the use of .env files. These files help store sensitive information, such as API keys and passwords, in a secure and convenient way.
List and switch back and forth between multiple git branches with ease.
As modules get bigger, they tend to import other modules, or do some preliminary setup work. Python 3 supports inline reloading of modules.
A quick tip on securely setting up remote ElasticSearch instances.
Writing a great commit summary is like writing a great tweet, only shorter.