A version of pygame made available for Python 3.3 under Windows can
be found here.
Assignment 2 Due Date
01/13/2014 - 12:15pm
Assignment 2 will be due on Friday, January 24th instead of the
previously scheduled Wednesday, January 22nd.
unittest and Floating Point Values
01/07/2014 - 3:28pm
To account for the imprecision of floating point values in the unittest
framework you can use assertAlmostEqual instead of
assertEqual to check computations that are expected
to result in a floating point value.
SSH Client
01/03/2014 - 12:23pm
There are a number of freely available ssh clients that you might
choose to use. One that some favor can be found linked from Professor
Mammen's account.