I thought I would share this python script I made to produce the 2 column output Dr. Menzies desires for the labs.
Just run "python write.py lab{num} {files}" where num is the lab number and files are a space separated list of the files you wish to turn in. lab{num}.ps and .pdf will then be created. You will want to change the names inside the file for your group.
Also, I found a minor mistake in Dr. Menzies xtile() function. Line 261 of do.py should be "bar="|",star="*",show= lambda s:" %0.2f" % s)". Currently, it rounds to the nearest ones digit, so the printout only consists of 0's and 1's. (Of course, you could pass in your own lambda body for show).