Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql.

Jordi Riera kender.jr at gmail.com
Tue Aug 6 07:05:02 EDT 2013


Hey,

can't you use django to deal with your sqlite?
If so, django models<https://docs.djangoproject.com/en/dev/topics/db/models/>are
a smart way to do.

Regards,
Jordi


On Tue, Aug 6, 2013 at 12:51 PM, Gilles <nospam at nospam.com> wrote:

> On Sat, 3 Aug 2013 10:57:32 -0700 (PDT), Aseem Bansal
> <asmbansal2 at gmail.com> wrote:
> >I found Python3's sqlite3 library. I found that I needed sql commands for
> using it.
> >
> >I have tried sql.learncodethehardway but it isn't complete yet. I tired
> looking on stackoverflow's  sql tag also but nothing much there.
>
> It'll be easier to read tutorials specifically meant to use Sqlite
> with Python:
>
> www.google.com/search?q=python+sqlite+examples
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
- Jordi Riera, Connecting people.
+33 662217507
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130806/86ec0a23/attachment.html>


More information about the Python-list mailing list