On Sun, May 19, 2013 at 3:31 PM, Carlos Nepomuceno <[email protected]> wrote: > Thanks Dan! I've never used CPython or PyPy. Will try them later.
CPython is the "classic" interpreter, written in C. It's the one you'll get from the obvious download links on python.org. ChrisA -- http://mail.python.org/mailman/listinfo/python-list
