I have a need to read and parse an HTML page (containing a table, which is the data I am after). If this were XML, I'd be using the effbot's ElementTree, but this is plain-ol' HTML. Is there anything out there as simple and easy to use as ElementTree, but for HTML? Or am I going the wrong way? Thanks