Description of Python Squeezes the Web :
Sometimes, when developing a web application, you want to acquire data from another source to put on your site. The programmer used Python to write a server site program that runs automatically once a week and downloads and parses pages from the USCF's web site. This tutorial describes how to obtain remote web pages and to process them locally in Python.