Mining strings from a HTML document.

jay graves jaywgraves at gmail.com
Wed Jan 25 10:04:12 EST 2006


Derick van Niekerk wrote:
> What are the string functions I would use and how would I use them? I
> saw something about html parsing in python, but that might be overkill.
> Babysteps.

Despite your reluctance, I would still recommend an HTML parsing
module. I like BeautifulSoup.
http://www.crummy.com/software/BeautifulSoup/

...
jay




More information about the Python-list mailing list