Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.088 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.04; 'example:': 0.03; 'beginner': 0.05; 'column': 0.07; 'rows': 0.09; "'r'": 0.16; 'to:name:python-list@python.org': 0.22; 'received:65.55.116': 0.24; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'subject:Database': 0.31; 'skip:- 30': 0.32; 'date:': 0.34; 'subject:from': 0.34; 'email addr:python.org': 0.37; 'skip:[ 10': 0.38; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'email addr:gmail.com': 0.63; 're:': 0.63; 'total': 0.65; 'email name:python-list': 0.65; 'online': 0.71; 'subject:Online': 0.96; '2013': 0.98 X-TMN: [zwu9JuvfKovyeqPWmyouwu68zijiIZLh] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: Total Beginner - Extracting Data from a Database Online (Screenshot) Date: Tue, 28 May 2013 04:21:07 +0300 Importance: Normal In-Reply-To: References: , , , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 28 May 2013 01:21:06.0780 (UTC) FILETIME=[A0B8F1C0:01CE5B41] 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369704074 news.xs4all.nl 15866 [2001:888:2000:d::a6]:59317 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46240 ----------------------------------------=0A= > Date: Mon=2C 27 May 2013 17:58:00 -0700=0A= > Subject: Re: Total Beginner - Extracting Data from a Database Online (Scr= eenshot)=0A= > From: logan.c.graham@gmail.com=0A= > To: python-list@python.org=0A= [...]=0A= >=0A= > Oh goodness=2C yes=2C I have no clue.=0A= =0A= For example:=0A= =0A= # to retrieve the contents of all column '# fb' (11th column from the image= you sent)=0A= =0A= c11 =3D [tables[0][r][10] for r in range(len(tables[0]))]=0A= #=A0=A0=A0=A0=A0 ----------------=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 -------------=0A= #=A0=A0=A0=A0=A0 this is the content=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 th= is is the quantity=0A= #=A0=A0=A0=A0=A0 of the 11th cell=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0 of rows in table[0]=0A= #=A0=A0=A0=A0=A0 of row 'r' =