Parsing HTML and extracting useful bits of data is common job for web programmers. The only question is, how do you go about it? You could use Regular Expressions. On the surface of things, regular ...
If you work with strings in your Python scripts and you're writing obscure logic to process them, then you need to look into ...