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


Groups > comp.lang.python > #45914

Re: Total Beginner - Extracting Data from a Database Online (Screenshot)

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <davea@davea.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.052
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'ideally': 0.04; 'welcome.': 0.07; 'python': 0.11; 'columns': 0.16; 'guys,': 0.16; 'received:74.208.4.195': 0.16; 'usable': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'file,': 0.19; 'header:User-Agent:1': 0.23; 'interpret': 0.24; 'source': 0.25; 'excel': 0.26; 'header:In- Reply-To:1': 0.27; 'wondering': 0.29; "i'm": 0.30; 'extract': 0.31; 'subject:Database': 0.31; "i'd": 0.34; 'subject:from': 0.34; 'subject: (': 0.35; 'no,': 0.35; 'but': 0.35; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'simple': 0.61; 'here:': 0.62; 'email addr:gmail.com': 0.63; 'different': 0.65; 'love': 0.65; 'received:74.208': 0.68; 'webpage': 0.68; 'spreadsheet': 0.84; 'subject:Online': 0.96
Date Fri, 24 May 2013 15:41:27 -0400
From Dave Angel <davea@davea.name>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6
MIME-Version 1.0
To python-list@python.org
Subject Re: Total Beginner - Extracting Data from a Database Online (Screenshot)
References <b3730ef1-90bb-4ef4-8683-239e722aa1da@googlegroups.com>
In-Reply-To <b3730ef1-90bb-4ef4-8683-239e722aa1da@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Provags-ID V02:K0:aSnR14V9eolHKWqBMAQO93NE0OJ38ku0GZ+38qpxtvX EBOA5mCrkHjDYxV+IELdKfw+dh0hCeJiYmJlkBWDp25ecSCPs2 EpEfrs88HCKwvFXeY6sxPOp4L5r4uJ+W/GilkBel4+1U5ZSNmU rHheIdAeZBIHSq37uy0NWxv9zsnhanB7Ky+OV9RstW7z3o5zYt 61qomHmVEKEplBYN6MmQrIAU9mehZ6YgJD3Ux2mmclqne4891D 4vvMm8U3WA+T0nFSC79FC5bhcMXCndxPWPDqVc1GtfskfnSXZu BXacRp2cXtPV+HR7IVBk5FRx6LmT0VNe6gBUI9YB32GSUPxB1z JVsA9fyIvBgi/cO51rB4=
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.2076.1369424506.3114.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369424506 news.xs4all.nl 15992 [2001:888:2000:d::a6]:58864
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45914

Show key headers only | View raw


On 05/24/2013 01:32 PM, logan.c.graham@gmail.com wrote:
> Hey guys,
>
> I'm learning Python

Welcome.

> and I'm experimenting with different projects -- I like learning by doing. I'm wondering if you can help me here:
>
>na
>
> What this is is a publicly-accessible webpage

No, it's just a jpeg file, an image.

> that's a simple database of people who have used the website. Ideally what I'd like to end up with is an excel spreadsheet with data from the columns #fb, # vids, fb sent?, # email tm.
>
> I'd like to use Python to do it -- crawl the page and extract the data in a usable way.
>

But there's no page to crawl.  You may have to start by finding an ocr 
to interpret the image as characters.  Or find some other source for 
your data.

> I'd love your input! I'm just a learner.
>


-- 
DaveA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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