Python as Config Language -- Forget XML and INI files
See Sean McGrath's Spot the warning signs in configuration file design for thoughts on the ever-gnarly problem of how to provide a workable set of configuration parameters to a program.
A programming language has all the advantages as a language for encoding parameters. I see why it's rare -- too many …
more ...