Parsing HTML in Python [closed] Parsing HTML in Python [closed] python python

Parsing HTML in Python [closed]


Python has a native HTML parser, however the Tidy wrapper Nick suggested would probably be a solid choice as well. Tidy is a very common library, (written in C is it?)


Perhaps µTidylib will meet your needs?


You can install lxml and many other python modules easily and seamlessly on the Mac (OS X) using Pallet, which is the MacPorts official GUI

The module name is py27-lxml. Easy as 1,2,3.