HTML scraping in python

Ben Scott dragonhawk at gmail.com
Thu Jun 11 08:56:16 EDT 2009


On Thu, Jun 11, 2009 at 7:21 AM, Paul Lussier<p.lussier at comcast.net> wrote:
> I would like to extract a table from an HTML document and break it
> down to a dict for further processing.

  The PySIG group did something like this with the GNHLUG meeting
history, which is maintained in tabular form.  Perhaps it will be
useful to you:

http://wiki.gnhlug.org/twiki2/bin/view/Www/ParsingPastEvents

-- Ben


More information about the gnhlug-discuss mailing list