Tag Archives: Python

Web parsing

Five web sources need to be parsed and data entries (say search results) need to be extracted. What is the best approach? One could use regular expressions to work on the data. However, I am more familiar with XPath selectors … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment