Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'yet.': 0.04; 'subject:Python': 0.06; 'python:': 0.09; 'cc:addr:python-list': 0.11; 'django': 0.11; 'gilles': 0.16; 'sqlite': 0.16; 'subject: \n ': 0.16; 'subject:library': 0.16; 'subject:sqlite3': 0.16; 'url:djangoproject': 0.16; 'url:sqlite': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'meant': 0.20; 'aug': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'tutorials': 0.26; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'specifically': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'easier': 0.31; 'subject:learning': 0.31; 'there.': 0.32; 'url:python': 0.33; 'subject:the': 0.34; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'library.': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'so,': 0.37; 'tired': 0.38; 'needed': 0.38; 'pm,': 0.38; '8bit%:6': 0.40; 'url:mail': 0.40; 'read': 0.60; 'commands': 0.60; 'subject:? ': 0.60; 'subject:Can': 0.60; 'tag': 0.61; 'complete': 0.62; 'connecting': 0.64; 'skip:w 40': 0.68; 'hey,': 0.75; 'url:search': 0.81; 'subject:know': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NQBpM5e2CmDGMrbSIRFhqYpfzFOx9cGWnYBNHBJkbH4=; b=icb1X8Vvvj26k1LNFntzcb6mK6S/EfqWtyYjlyklCErZegTaEdLRV1rRm2S/unKzgt BeECzM0clIi8x3ylC6+8Mo+qjuJyMeVoySRINbgSb4tdWyBii3xEY0Iy0Q/5XW54RXgQ xxU7ySVJnlCfcHTaYupbyhlgRkEI+vMuqV50eKa5AcJIqWaLp2lv7uyuoKRY5/W3Fvc+ gWECc9iiL+EHvQcGSei7zPCpmn6g6Xv7sfgWuq3XAhWlju9HUa+0Jk1THL3fHVktx0JX jJ22UcVWwIsMx0wI66wsrBLTqqXpFfYhARnHsm2L2cd3CU6uy77dVrWr1LVHaA1Pjeo4 5yWQ== MIME-Version: 1.0 X-Received: by 10.66.119.35 with SMTP id kr3mr2544796pab.149.1375787102402; Tue, 06 Aug 2013 04:05:02 -0700 (PDT) In-Reply-To: References: <2183b50a-b3d7-459f-bc00-5868fba5c7c3@googlegroups.com> Date: Tue, 6 Aug 2013 13:05:02 +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 To: Gilles Content-Type: multipart/alternative; boundary=047d7b0721ca867c8e04e3456565 X-Mailman-Approved-At: Tue, 06 Aug 2013 14:07:33 +0200 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 77 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375790855 news.xs4all.nl 15923 [2001:888:2000:d::a6]:38672 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52036 --047d7b0721ca867c8e04e3456565 Content-Type: text/plain; charset=ISO-8859-1 Hey, can't you use django to deal with your sqlite? If so, django modelsare a smart way to do. Regards, Jordi On Tue, Aug 6, 2013 at 12:51 PM, Gilles wrote: > On Sat, 3 Aug 2013 10:57:32 -0700 (PDT), Aseem Bansal > 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 --047d7b0721ca867c8e04e3456565 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey,

can't you use django to deal w= ith your sqlite?
If so, django models are a smart way to do.

Regards,
Jordi


On Tue, Aug 6, 2013 at 12:51 PM, Gill= es <nospam@nospam.com> wrote:
On Sat, 3 Aug 2013 10:57:32 -0700 (PDT), Ase= em Bansal
<asmbansal2@gmail.com> wr= ote:
>I found Python3's sqlite3 library. I found that I needed sql comman= ds for using it.
>
>I have tried sql.learncodethehardway but it isn't complete yet. I t= ired looking on stackoverflow's =A0sql 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=3Dpython+sqlite+examples
--
http://mail.python.org/mailman/listinfo/python-list



--
- Jordi Riera,=A0Connecting people.
+33 662217507
--047d7b0721ca867c8e04e3456565--