Parsing HTML

metaperl metaperl at gmail.com
Thu Feb 8 14:43:09 EST 2007


On Feb 8, 2:38 pm, "mtuller" <mitul... at gmail.com> wrote:
> I am trying to parse a webpage and extract information.

BeautifulSoup is a great Python module for this purpose:

    http://www.crummy.com/software/BeautifulSoup/

Here's an article on screen scraping using it:

    http://iwiwdsmi.blogspot.com/2007/01/how-to-use-python-and-beautiful-soup-to.html




More information about the Python-list mailing list