a hobbyist's dilemma

John Salerno johnjsal at NOSPAMgmail.com
Thu Mar 30 10:47:36 EST 2006


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)



More information about the Python-list mailing list