John Henry wrote: > I don't know what CPython is but I have developed a Python application > under Windows that utilize the Dure Core CPU when it's present.
It's the default python implementation, the one you find at python.org. It happens to be written in C. Other python implementations included IronPython, PyPy and Jython in .Net, CPython and Java, respectively. -- http://mail.python.org/mailman/listinfo/python-list