Thursday, November 20, 2008

Coercion in Py3k

In Python 3.0, as Dr. Punch has hinted at in class today, coerce() and all its friends are removed.

Thursday, November 6, 2008

NumPy in Python 3.0

Today, Dr. Punch talked about NumPy. Note that this module is not available in Python 3.0 yet. My hopes are that this is available by the time Py3k is released, but it is rather possible that we will have to go without it.

Also, note that I have finished testing all the class examples with the 2to3 script. Go ahead and read what's different now!