Category Archives: Python
Using XML package vs. BeautifulSoup
A while back I posted something about scraping a webpage using the BeautifulSoup module in Python. One of the comments to that post was by Larry — a blogger over at IEORTools — suggesting that I take a look at … Continue reading
Apologies and Style Guides
I have to say that it’s pretty exciting to watch your blog go from a few hits over its lifetime to getting almost 200 in a single day. I am currently negotiating with Google over the purchase of this blog. … Continue reading
Scrapin’ with Python
Here is the code that I used for the previous post. A few notes: I know a little about Python, but I’m in no means a python programmer. I’ve attempted to use BeautifulSoup once prior to this project. There must … Continue reading