Beginner: HTML Parsing

Fredrik Lundh fredrik at pythonware.com
Thu May 16 11:10:42 EDT 2002


J. David Lashar wrote:
> As a beginner, I'm working through the O'Reilly books mentioned in an
> earlier posting, but I haven't found much guidance on parsing an HTML file
> once I've pulled it down with httplib.  And I'm finding the Python Library
> Reference to be a bit cryptic.   Could someone point to resources or provide
> examples?

you can find a bunch of examples here (look under "sgmllib"):

    http://www.oreilly.com/catalog/pythonsl/chapter/ch05.html

</F>

<!-- (the eff-bot guide to) the python standard library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list