Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52036
| References | <2183b50a-b3d7-459f-bc00-5868fba5c7c3@googlegroups.com> <s6l109d2kpb7r4qcft6ol98nlci5gjb7iv@4ax.com> |
|---|---|
| Date | 2013-08-06 13:05 +0200 |
| Subject | Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. |
| From | Jordi Riera <kender.jr@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.248.1375790855.1251.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
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@nospam.com> wrote: > On Sat, 3 Aug 2013 10:57:32 -0700 (PDT), Aseem Bansal > <asmbansal2@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Aseem Bansal <asmbansal2@gmail.com> - 2013-08-03 10:57 -0700
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Vito De Tullio <vito.detullio@gmail.com> - 2013-08-03 20:47 +0200
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-03 14:53 -0400
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Cousin Stanley <cousinstanley@gmail.com> - 2013-08-03 19:06 +0000
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. CM <cmpython@gmail.com> - 2013-08-03 17:53 -0700
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. inq1ltd <inq1ltd@inqvista.com> - 2013-08-04 11:01 -0400
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Gilles <nospam@nospam.com> - 2013-08-06 12:51 +0200
Re: 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@gmail.com> - 2013-08-06 13:05 +0200
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. memilanuk <memilanuk@gmail.com> - 2013-08-06 20:22 -0700
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Skip Montanaro <skip@pobox.com> - 2013-08-07 05:59 -0500
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Skip Montanaro <skip@pobox.com> - 2013-08-07 12:43 -0500
Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-08-07 18:34 -0400
csiph-web