Newbie: Crazy, but Quick

Alan Daniels daniels at mindspring.com
Sat Feb 23 11:46:14 EST 2002


"Virginia O" <vodine at direct.ca> wrote in message news:<u7b81629bo9o4a at corp.supernews.com>...

> If it was upto me I'd just use a simple delimited text file :)

Or simpler yet, just store the data in one large Python data structure
(ex: a tuple of dictionaries, a tuple of tuples, etc), and just have
your program import it as needed.

You can always move to a true database later if this doesn't scale,
or if you one day need relational-style joins rather than simple
flat-file access.



More information about the Python-list mailing list