HTML Parser

Neil Cerutti neilc at norwich.edu
Tue Jul 2 13:57:22 EDT 2013


On 2013-07-02, subhabangalore at gmail.com <subhabangalore at gmail.com> wrote:
> Dear Group,
>
> I was looking for a good tutorial for a "HTML Parser". My
> intention was to extract tables from web pages or information
> from tables in web pages. 
>
> I tried to make a search, I got HTMLParser, BeautifulSoup, etc.
> HTMLParser works fine for me, but I am looking for a good
> tutorial to learn it nicely.

Take a read of the topic "Parsing, creating, and Manipulating
HTML Documents" from chapter five of Text Processing in Python.

http://gnosis.cx/TPiP/chap5.txt

-- 
Neil Cerutti



More information about the Python-list mailing list