Re: Python and Db

2008-04-21 Thread Magnus Lycka
> <[EMAIL PROTECTED]> escribió: > >> I would like to use sqlite, But I also wanted a tutorial with the >> basis of the sql and etc, I never dealed with dbs before For practicing SQL on-line, I'd suggest sqlzoo.net. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Db

2008-03-31 Thread Gabriel Genellina
En Mon, 31 Mar 2008 17:50:42 -0300, David Anderson <[EMAIL PROTECTED]> escribió: > I would like to use sqlite, But I also wanted a tutorial with the basis > of > the sql and etc, I never dealed with dbs before Then any database tutorial covering SQL will do. Of course there are differences

Re: Python and Db

2008-03-31 Thread David Anderson
It's DB = DataBase, I typed wrong on the text, but right at the subject =) On Mon, Mar 31, 2008 at 5:50 PM, David Anderson <[EMAIL PROTECTED]> wrote: > I would like to use sqlite, But I also wanted a tutorial with the basis of > the sql and etc, I never dealed with dbs before > > > On Mon, Mar 31

Re: Python and Db

2008-03-31 Thread David Anderson
I would like to use sqlite, But I also wanted a tutorial with the basis of the sql and etc, I never dealed with dbs before On Mon, Mar 31, 2008 at 3:42 PM, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > En Mon, 31 Mar 2008 14:50:27 -0300, David Anderson <[EMAIL PROTECTED]> > escribió: > > > Hi! I

Re: Python and Db

2008-03-31 Thread Gabriel Genellina
En Mon, 31 Mar 2008 14:50:27 -0300, David Anderson <[EMAIL PROTECTED]> escribió: > Hi! I'm don't know almost nothing about bds, Can You suggest me an Simple > but efficient Bd to work with python apps? Can You suggest me any > tutorials? See the Python wiki at: http://wiki.python.org/moin/Dat