my new project, is this the right way?
Miki Tebeka
miki.tebeka at gmail.com
Mon Nov 14 12:48:27 EST 2011
> 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.
More information about the Python-list
mailing list