a hobbyist's dilemma

benchline benchline at gmail.com
Thu Mar 30 10:36:06 EST 2006


Since you want to learn to use python with a database you may want to
try it with SQLite.  SQLite is a very easy to use database that stores
the whole database in one file.  Working with it would be very similar
to working with Mysql through python.

http://www.sqlite.org
http://initd.org/tracker/pysqlite




More information about the Python-list mailing list