interpreted

Gerhard Häring gh at ghaering.de
Sun Jun 8 19:52:23 EDT 2003


An anonymous coward ("Ifman1") wrote:
> Python is interpreted, right? 

Yes.

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

No, but you can embed everything, including the interpeter in one 
executable. This is called "freezing".

> Will this make it faster?

No, only easier to install under certain circumstances.

-- Gerhard





More information about the Python-list mailing list