Python usage notes/Configuration file parsing

From Helpful
Revision as of 20:14, 28 September 2011 by Helpful (talk | contribs) (Created page with "{{Python usage notes}} {{stub}} Note that YAML can be convenient for this. Also commonly used is the ini-style format that can be parsed by [http://docs.python.org/library/co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Python usage notes


This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.

Note that YAML can be convenient for this.

Also commonly used is the ini-style format that can be parsed by ConfigParser (standard library), and by libraries like initools (similar, simpler to use).