compiled or interpreted?

Mirko Liss mliss at exmail.de
Tue Dec 12 07:29:27 EST 2000


Matt Frey wrote:
> 
> Is Python a compiled language that can be run on a platform like c++, or is
> it interpreted like java, or is it in a class of its own?

It's compiled to virtual machine bytecode just like Java.
Python code can be developed very fast, but your computer needs 
a lot of time to run it.
I use Python to create software prototypes.

You might want to take a look at the list of frequently asked questions
at www.python.org for further details.

Mirko

-- 
Mirko Liß <mirko_liss at web.de>



More information about the Python-list mailing list