Python Config Parser

preview_player
Показать описание
Config Parser is commonly used with Python applications to configure application settings. ConfigParser is included as a core package in Python. It is common to have multiple files: one for each OS and/or environment.

Рекомендации по теме
Комментарии
Автор

I could not understand why you used script to write the config file but once you got going with how to use that file as a properties/config store it became much clearer.

_indrid_cold_
Автор

Can you please help me with config.paths ? I am facing issues with this

bhagyashreejain
Автор

if you have any problems with this, specify the full path

geraldl
Автор

what was that fallback keyword you used? I tried it and it didn't work. Great video though, thank you.

gallum
Автор

i have the following error:

parser.read('dev.ini')
NameError: name 'parser' is not defined

kyuchumimo
Автор

could you please explain how to pass desire capabilities using config.ini file in python

deepakkushwaha
Автор

How to parse header less configuration,

praveenkulkarni