Javier <nos...@nospam.com> writes: > Or not... Using directories may be a way to do rapid prototyping, and > check quickly how things are going internally, without needing to resort > to complex database interfaces.
dbm and shelve are extremely simple to use. Using the file system for a million item db is ridiculous even for prototyping. -- http://mail.python.org/mailman/listinfo/python-list