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 <ccsenti...@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@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 > -- Joel Goldstick
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor