Parsing HTML with Python
I circled back to working with Python this weekend and learned how to use the BeautifulSoup HTML parser.
Because technology should be the means, not the end.
In many projects, the only documentation available to programmers is the code itself. Requirements specifications and design documents can go out of date, but the source code is always up to date. Consequently, it’s imperative that the source code be of the highest possible quality.
Steve McConnell, Code Complete