At 10:36 AM 6/26/2005, Nathan Hughes wrote:
Ive been looking for way to
scrape the data from a html table, but dont know even where to start, or
how to do..
an example can be found here of the table (
http://www.dragon256.plus.com/timer.html
) - i'd like to extract all the data except for the del
Nathan Hughes wrote:
> Hi,
>
> Ive been looking for way to scrape the data from a html table, but dont
> know even where to start, or how to do..
Take a look at Beautiful Soup:
http://www.crummy.com/software/BeautifulSoup/
Kent
___
Tutor maillist -
Hi,
Ive been looking for way to scrape the data from a html table, but dont know even where to start, or how to do..
an example can be found here of the table (
http://www.dragon256.plus.com/timer.html ) - i'd like to extract all
the data except for the delete column and then just print each row.