![]() |
|||
|
About Article
A Technical Blog, originally posted at http://webscraping.com/blog/Parsing-HTML-with-Python
HTML is a tree structure: at the root is a tag followed by the and tags and then more tags before the content itself. However when a webpage is downloaded all one gets is a series of characters. Working directly with that text is fine when using regular expressions, but often we want to traverse
Related Videos
Related Articles
|
||||||||||||||