Read .ini files using python’s ConfigParser module.

Martin Elsner writes about Python’s ConfigParser

Python includes the ConfigParser module in its library, which is able to read .ini files.
To make the configuration code more readable, Martin Elsner wrote Configuration class, which parses an .ini file and lets you access the configuration information through its members.

Reference:
>> An easy to use Configuration reader

Content Team

The IndicThreads Content Team posts news about the latest and greatest in software development as well as content from IndicThreads' conferences and events. Track us social media @IndicThreads. Stay tuned!

Leave a Reply