Compiler?

J

J. A. Ek

I just heard about Python today. Is there a compiler for it, or does it
need to work through the interpreter only?

TIA,
Jim
 
M

Miki Tebeka

Hello Jim,
I just heard about Python today. Is there a compiler for it, or does it
need to work through the interpreter only?
I you mean a true compiler that translates Python code to machine
language then I don't think there is (although Psyco comes very
close).

If you want to send your code to someone who don't have Python
installed there are several solutions (py2exe, Installer, freeze ...).
All of them bundle the interpreter in the package they create.

HTH.
Miki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top