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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to