Configuration management in Python like a Boss(Pydantic with python-dotenv)

The most basic thing of any application is the configuration variables. Some of them are constant throughout the application lifecycle and others keep on changing. The ones that are constants we just create a constant package and reference them from it. It helps us to avoid all the hardcoding in the application. And the other …

Configuration management in Python like a Boss(Pydantic with python-dotenv) Read More »