A collection of sloppy snippets for scientific computing and data visualization in Python.
Showing posts with label
spider
.
Show all posts
Showing posts with label
spider
.
Show all posts
Thursday, June 9, 2011
Crawling the web with SGMLParser
›
In this example we will use SGMLParser in order to build a simple web crawler. import urllib from random import choice from sgmllib import ...
2 comments:
›
Home
View web version