Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52036

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

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 <kender.jr@gmail.com>
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&gt;': 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; '&gt;': 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 <s6l109d2kpb7r4qcft6ol98nlci5gjb7iv@4ax.com>
References <2183b50a-b3d7-459f-bc00-5868fba5c7c3@googlegroups.com> <s6l109d2kpb7r4qcft6ol98nlci5gjb7iv@4ax.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 <kender.jr@gmail.com>
To Gilles <nospam@nospam.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.248.1375790855.1251.python-list@python.org> (permalink)
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

Show key headers only | View raw


[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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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