Web scraping with Python

Here is a set of resources for scraping the web with the help of Python. The best solution seems to be Mechanize plus Beautiful Soup.

See also :

Off-topic : proxomitron looks like a nice (python-friendly ?) filtering proxy.

2 Responses to “Web scraping with Python”

  1. AkaSig » Web scraping with python (part 1 : crawling) Says:

    [...] wling design is based on the John L. Lee’s mechanize framework for python. There are other tools available in Python (see also . And several other approaches are available when you want to [...]

  2. Sig Says:

    Check also Web scraping with Python (part II) where I present a python app that helps you scraping the web.

Leave a Reply