> since i'm mostly a new-bye for as regard databases, my idea is to use > sqlite at the beginning. > > Is that ok? I think sqlite3 makes sense since it's already there and has SQL interface.
> is there any general tutorial of how to start developing a database? i > mean a general guide to databases you can suggest to me? The docs (http://docs.python.org/library/sqlite3.html) have some basic instructions. > P.s. since i have a ods sheet files (libreoffice calc), is there a way to > easily convert it in a sqlite db? (maybe via csv) This can be your first exercise :) But it should be easy to import with the csv module. -- http://mail.python.org/mailman/listinfo/python-list