interpreted

Terry Reedy tjreedy at udel.edu
Sun Jun 8 23:14:18 EDT 2003


"Ifman1" <Ifman1 at comcast.net> wrote in message
news:M6icneVATOpIWn6jXTWcrg at comcast.com...
> Python is interpreted, right?

For CPython and Jythond implementations, yes.

> Is there anyway to make it compiled to machine code?

Look up Psyco, PyRex, and Weave projects (names correct?).

> Will this make it faster?

With some work on your part, yes.

TJR







More information about the Python-list mailing list