Homework 4. Python web crawler

This homework is the same as the Java web crawler homework, except that it must be written in Python rather than in Java.

To turn in your assignment, submit a file getrurls.py containing your program. The first line of getrurls.py should be a comment containing your name and student ID.

Make sure that your code works with the Python 2.3 installation on SEASnet. The shell command python -V should output the string Python 2.3.


© 2003 Paul Eggert. See copying rules.
$Id: hw4.html,v 1.12 2003/11/12 07:54:00 eggert Exp $