Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed1.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.091 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'subject:Python': 0.06; 'runtime': 0.09; 'edition.': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'subject: \n ': 0.16; 'subject:library': 0.16; 'subject:sqlite3': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'skip': 0.24; 'query': 0.26; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'work.': 0.31; 'subject:learning': 0.31; 'third': 0.33; '"the': 0.34; 'subject:the': 0.34; "can't": 0.35; 'received:google.com': 0.35; 'there': 0.35; "i'll": 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'even': 0.60; 'subject:? ': 0.60; 'subject:Can': 0.60; 'desk': 0.61; 'back': 0.62; 'name': 0.63; 'refer': 0.63; 'to:addr:gmail.com': 0.65; 'fourth': 0.84; 'subject:know': 0.84; 'edition': 0.86 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=yAbFW2tpoh9CJZIs53eHoRLT832+qnNIMAeM3kC8R+0=; b=hijORyscw9d/wvURHj7+LXEu/57z2dqAPhyLdCqBwuLLBXWhO3RF0TJP6DgUHHeaaD xSf9JaKUOmP886ctXJNtNvBYnm4QEpbRps2wAaVWZCYaQCUbD8yKZ4ktJzW984o5H4mL hbiAte9EJjkZ6CYOZPG8YBzjaqM8+GlRLF1b4u+nT91FVJSPhGbHkxB2alGaiYt9matF LEL/kqTtyyeF6VSLMWzQdzOHnZpOKg+H3oFVUw5Py+4JlxJmP8YFzye0fJ8RsRBjt1AO /pWYX9uL8wWUGFtykbWFZUc7vXcaT1M/bESa+FRoX8/Dr3bJm4hDJbSBV+RThe0VWJpi XJDQ== MIME-Version: 1.0 X-Received: by 10.58.236.42 with SMTP id ur10mr1035793vec.48.1375897435857; Wed, 07 Aug 2013 10:43:55 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: <2183b50a-b3d7-459f-bc00-5868fba5c7c3@googlegroups.com> Date: Wed, 7 Aug 2013 12:43:55 -0500 X-Google-Sender-Auth: J1QbeVJWM2ZfCgvEgvs-4VbjCtU Subject: Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. From: Skip Montanaro To: Aseem Bansal , Python Content-Type: text/plain; charset=UTF-8 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375897444 news.xs4all.nl 15904 [2001:888:2000:d::a6]:35439 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52142 > I have one on my desk at work whose name I can't remember off the > top of my head. I still refer to it from time-to-time. If you'd > like a reference, let me know and I'll check on it at work. While I think of it: "The Practical SQL Handbook; Using Structured Query Language," by Bowman, Emerson, and Darnovsky Mine's the third edition. It even has a Sybase SQL Runtime CDROM inside the back cover. How quaint. :-) There is a fourth edition available. Skip