[Tutor] html table parse
Joel Goldstick
joel.goldstick at gmail.com
Wed Nov 7 22:16:21 CET 2012
I've used bs4 to extract data from a table, and found it pretty nice. Can
you show some code with specific problems you encountered?
On Wed, Nov 7, 2012 at 3:50 PM, Christopher Conner
<ccsentient at myopera.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
>
> 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
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
--
Joel Goldstick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121107/454138c9/attachment.html>
More information about the Tutor
mailing list