Books Database

Eliran Gonen eg at rootshell.be
Wed Mar 5 07:22:35 EST 2003


Alex Martelli <aleax at aleax.it>: 
> That depends on your purposes and on the size the database
> is likely to grow to.

A list of books, ability to locate books, remove/add entries.
No more than 200-300 books (perhaps even less).

> Example|Somedood|1969
> Wuffy|Puffy|2010

This seems to be nice, as I don't need any complexity.

> and "parse" this with [ rec[:-1].split('|') for rec in afile ].

Thanks you all






More information about the Python-list mailing list