benchline wrote: > 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 >
The thing about mysql is that it's also the db used on my website, so I figure it might be nice to learn that one in case I ever need to use that db also. Unless the basic uses for all databases are the same (i.e. if it isn't like learning a new language for each different database) -- http://mail.python.org/mailman/listinfo/python-list