Explore >> Select a destination


You are here

kishstats.com
| | taylorbrazelton.com
3.8 parsecs away

Travel
| | [AI summary] The author explains how to configure Alembic to load database connection settings from environment variables in a Python micro-service.
| | 0x00.cl
5.0 parsecs away

Travel
| | Tomas Gutierrez L. personal website (0x00)
| | janakiev.com
4.2 parsecs away

Travel
| | When writing programs, there is often a large set of configuration and credentials that should not be hard-coded in the program. This also makes the customization of the program much easier and more generally applicable. There are various ways to handle configuration and credentials and you will see here a few of the popular and common ways to do that with Python.
| | www.cybershu.eu
20.4 parsecs away

Travel
| If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...