[Tutor] html table parse
Christopher Conner
ccsentient at myopera.com
Wed Nov 7 21:50:46 CET 2012
> 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 at 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 <ywhuofu at 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 at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list