data design

skam massimo.scamarcia at gmail.com
Wed Jan 31 04:24:27 EST 2007


On Jan 30, 8:06 pm, "Paddy" <paddy3... at netscape.net> wrote:
>
> Google for YAML and JSON formats too
>

YAML and JSON are good when used as data-interchange format, not as
configuration files.
These formats are too complex for non-programmers, so they will ask
aid for every editing ;)

I suggest ini-like files, parsed using ConfigParser, but you should
have a look to ConfigObj that has got automatic type conversion and
other interesting features




More information about the Python-list mailing list