You are here: Home > Dive Into Python > HTML Processing > Summary | << >> | ||||
Dive Into PythonPython from novice to pro |
Python provides you with a powerful tool, sgmllib.py, to manipulate HTML by turning its structure into an object model. You can use this tool in many different ways.
Along with these examples, you should be comfortable doing all of the following things:
<< Putting it all together |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | |
XML Processing >> |