Web Scraping 101 with Python 13 years ago
fwiw, if you want something more advanced, check http://github.com/mbr/ragstoriches (disclaimer: coincidentally, i wrote it today)
it does async requests using gevent and requests and you can get a simple scraper in like 20 lines. comes with a craigslist example =)