[[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. [urllib2]: http://docs.python.org/library/urllib2.html [lxml]: http://codespeak.net/lxml/ [[!tag tags/fun]] [[!tag tags/python]] [[!tag tags/tools]]