Create and Read Configuration .ini file | Python

Опубликовано: 11 Октябрь 2024
на канале: Code Adhyayana
6,919
42

Configuration .ini files help us to pass differenct configuration value to script in different environment like dev, qa or prod.
In this video, we have learned below points.

why do we need .ini file and how it help in handling hardcorded values.
how to create .ini file with differenct section like dev, qa and default.
how to read an existing ini file.

Thanks for watching !!!