> Hi ALL,
> 
> I tied to use python to do some html parsing. More specifically, I want to
> extract data from some html tables. Could you give me some suggestions which
> library should use? I tried Beautiful Soup, but I couldn't find anything to
> do with table parsing.
> 
> Thanks !
> 
> 
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor

Python has a native HTML parser. 

http://docs.python.org/2/library/htmlparser.html


Christopher Conner
(719) 425-8886



On Nov 7, 2012, at 11:09 AM, wenhao <ywhu...@hotmail.com> wrote:

> Hi ALL,
> 
> I tied to use python to do some html parsing. More specifically, I want to
> extract data from some html tables. Could you give me some suggestions which
> library should use? I tried Beautiful Soup, but I couldn't find anything to
> do with table parsing.
> 
> Thanks !
> 
> 
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to