# population_test.py, by chaynes@indiana.edu import http population_url = 'http://www.census.gov/main/www/popclock.html' def main(): text = http.get(population_url) print text ## ## insert datamining code here main()