ticker.py is a simple stock-quote scraper using Python's urllib2 to grab pages and lxml to parse the HTML. It's a pretty straightforward example of elementary scraping in Python.