Recommended compiler for Python?

Cole Tuininga colet at code-energy.com
Thu Dec 1 09:19:20 EST 2005


On Wed, 2005-11-30 at 19:52 -0800, Valo S. Gonzalez wrote:
> Well after a little deliberation I've decided to learn Python, but I 
> need a compiler.  Is there any one in particular you could recommend for me?

For the most part, python is not a compiled language - it is an
interpreted language, much like perl or tcl.  One of the neat things
about python is that when it does the byte-compile of the scripts, it
leaves the byte compiled version around (permissions pending) so that if
the source file doesn't have to change, it won't have to recompile the
script.

-- 
Don't look at me, I took the blue pill.

Cole Tuininga
Lead Developer
Code Energy, Inc
colet at code-energy.com
PGP Key ID: 0x43E5755D





More information about the Discuss mailing list