Best free compiler for Python

%| Please tell me the name of the best free compiler for Python.

Thanks! :o

hmmm… as far as I know python is more of an interpreted language.
There are some compilers however but they are mostly for analysis purpose.
The only one I have seen in use so far is this one :
http://www.python.org/doc/2.3.5/lib/compiler.html

I myself am no expert with python but perhaps some other now better.

Hope this helps (and relaunch your thread :smiley: )

Cheers!

TW

Compiling to PYC dosent have any significant examples over using normal python wich converts to bytecode anyway (slight speedup since theres no pre-processing, but after start no difference)