Various Web surfing tasks that I regularly perform could be made much
easier, and less tedious, if I could only use Python to fetch the HTML pages and to
process them, yielding the information I really need. In this document I
attempt to describe HTML processing in Python using readily available tools
and libraries.
Various Web surfing tasks that I regularly perform could be made much easier, and less tedious, if I could only use Python to fetch the HTML pages and to process them, yielding the information I really need. In this document I attempt to describe HTML pro