Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'yet.': 0.04; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sql,': 0.09; 'python': 0.11; 'suggest': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sqlite': 0.16; 'stats': 0.16; 'subject: \n ': 0.16; 'subject:library': 0.16; 'subject:sqlite3': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'script': 0.25; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'am,': 0.29; 'getting': 0.31; 'subject:learning': 0.31; 'there.': 0.32; 'subject:the': 0.34; 'received:66': 0.35; 'but': 0.35; 'library.': 0.36; 'tired': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'commands': 0.60; 'subject:? ': 0.60; 'subject:Can': 0.60; 'tag': 0.61; 'complete': 0.62; 'useful.': 0.68; 'url:v': 0.71; 'url:youtube': 0.71; 'url:watch': 0.77; 'subject:know': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: memilanuk Subject: Re: Can someone suggest better resources for learning sqlite3? I wanted to use the Python library but I don't know sql. Date: Tue, 06 Aug 2013 20:22:46 -0700 References: <2183b50a-b3d7-459f-bc00-5868fba5c7c3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 66.172.107.27 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: <2183b50a-b3d7-459f-bc00-5868fba5c7c3@googlegroups.com> 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375845780 news.xs4all.nl 15884 [2001:888:2000:d::a6]:43048 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52099 On 08/03/2013 10:57 AM, Aseem Bansal wrote: > I was writing a Python script for getting the user stats of a > website(Specifically codereview.stackexchange). I wanted to store the > stats in a database. 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. Can someone suggest me better resources for learning > sql/sqlite3? > https://www.youtube.com/watch?v=__eI1sbEfLw&feature=c4-overview-vl&list=PLAA9B7C174493EC68 The same author has some other videos on working with sqlite in general, sql, etc. that may also prove useful.