Possibility and Probability

Python, AI, and other fun stuff

2/21/2005

Beautiful Soup

Recently I found myself wanting to scrape a couple of web pages to get the content off of them. I did some searching and came across Beautiful Soup which is a very handly HTML/XML parser. Very basic, yet did exactly what I needed it to. I highly recommend it if you want to do some HTML scraping with python. Soup is good!

Comment on this post [ so far] ... more like this: [python]