Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46258
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <pconnell@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.104 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.81; '*S*': 0.02; 'example:': 0.03; 'beginner': 0.05; 'column': 0.07; 'cc:addr:python-list': 0.11; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'message- id:@mail.gmail.com': 0.30; 'subject:Database': 0.31; 'date:': 0.34; 'subject:from': 0.34; 'subject: (': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'wrong': 0.37; 'email addr:python.org': 0.37; 'skip:[ 10': 0.38; 'subject:': 0.39; 'most': 0.60; "you're": 0.61; 'email addr:gmail.com': 0.63; 're:': 0.63; 'skip:n 10': 0.64; 'total': 0.65; 'email name:python-list': 0.65; 'online': 0.71; 'subject:Online': 0.96; '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=3A9XI1qDf7OzSNfBo6nbfN3dRTqeP1zDjPxtSQq98Ew=; b=HvdhhDvHCyTnAOxwfjoi+XCL8becxh9NFdtw87lkHFkDgSrZZc85fPxyUY/VJm4XF/ ekoySYPlGOEnZXNAqPw2S0mAIXAcS2S8Yj2tEjMXb+l3gTfriWY/kt0+AZTJb+UmiaL8 BciHd31tLRng066GI/mo0L0Yl/m7Sk5yd1LCuo8CUAaBrCF7Pfe3jjYQdphTTCc9/Z2x GPINUZEkzMAVECxpnfzOsd1YbHE/JNmkWEPmmezBvy4Upf5QBLcHVraCAHKlVnHNqlGA 2YT+VrNOgqyUPOQIU/NYCNgTLKmGA/1y2B1OPvsOlhgyoGgdiTSnthCJrWHLkfz3FKm2 3XrQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.52.162 with SMTP id u2mr4173107vdo.54.1369723207159; Mon, 27 May 2013 23:40:07 -0700 (PDT) |
| In-Reply-To | <BLU176-W4445322DC54B16D286267D7970@phx.gbl> |
| References | <b3730ef1-90bb-4ef4-8683-239e722aa1da@googlegroups.com> <mailman.2088.1369438663.3114.python-list@python.org> <cceeff0e-611b-40eb-83a1-e45c37a4f04e@googlegroups.com> <faa2c4de-d033-4a01-a9ab-79189f39867e@googlegroups.com> <BLU176-W4445322DC54B16D286267D7970@phx.gbl> |
| Date | Tue, 28 May 2013 07:40:07 +0100 |
| Subject | RE: Total Beginner - Extracting Data from a Database Online (Screenshot) |
| From | Phil Connell <pconnell@gmail.com> |
| To | Carlos Nepomuceno <carlosnepomuceno@outlook.com> |
| Content-Type | multipart/alternative; boundary=089e012950883420a604ddc18946 |
| 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.2282.1369723209.3114.python-list@python.org> (permalink) |
| Lines | 55 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1369723209 news.xs4all.nl 15890 [2001:888:2000:d::a6]:46070 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:46258 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On 28 May 2013 02:21, "Carlos Nepomuceno" <carlosnepomuceno@outlook.com> wrote: > > ---------------------------------------- > > Date: Mon, 27 May 2013 17:58:00 -0700 > > Subject: Re: Total Beginner - Extracting Data from a Database Online (Screenshot) > > From: logan.c.graham@gmail.com > > To: python-list@python.org > [...] > > > > Oh goodness, yes, I have no clue. > > For example: > > # to retrieve the contents of all column '# fb' (11th column from the image you sent) > > c11 = [tables[0][r][10] for r in range(len(tables[0]))] Or rather: c11 = [row[10] for row in tables[0]] In most cases, range(len(x)) is a sign that you're doing it wrong :)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Total Beginner - Extracting Data from a Database Online (Screenshot) logan.c.graham@gmail.com - 2013-05-24 10:32 -0700
Re: Total Beginner - Extracting Data from a Database Online (Screenshot) Dave Angel <davea@davea.name> - 2013-05-24 15:41 -0400
RE: Total Beginner - Extracting Data from a Database Online (Screenshot) Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-25 02:36 +0300
Re: Total Beginner - Extracting Data from a Database Online (Screenshot) John Ladasky <john_ladasky@sbcglobal.net> - 2013-05-25 18:33 -0700
Re: Total Beginner - Extracting Data from a Database Online (Screenshot) logan.c.graham@gmail.com - 2013-05-27 17:58 -0700
RE: Total Beginner - Extracting Data from a Database Online (Screenshot) Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-28 04:21 +0300
RE: Total Beginner - Extracting Data from a Database Online (Screenshot) Phil Connell <pconnell@gmail.com> - 2013-05-28 07:40 +0100
Re: Total Beginner - Extracting Data from a Database Online (Screenshot) Dave Angel <davea@davea.name> - 2013-05-24 21:16 -0400
Re: Total Beginner - Extracting Data from a Database Online (Screenshot) Chris Angelico <rosuav@gmail.com> - 2013-05-25 13:22 +1000
Re: Total Beginner - Extracting Data from a Database Online (Screenshot) logan.c.graham@gmail.com - 2013-05-25 17:48 -0700
Total Beginner - Extracting Data from a Database Online (Screenshot) "neil.suffield@gmail.com" <neil.suffield@gmail.com> - 2013-05-25 03:13 -0700
Total Beginner - Extracting Data from a Database Online (Screenshot) "neil.suffield@gmail.com" <neil.suffield@gmail.com> - 2013-05-25 03:15 -0700
csiph-web