Python article in Free Software Magazine

Ed Jensen ejensen at visi.com
Sun Jan 1 15:49:57 EST 2006


Steven D'Aprano <steve at removethiscyber.com.au> wrote:
> I don't want to nit-pick all my way through the article, which
> is very decent and is worth reading, but I will say one more thing: you
> describe Python as "an expressive, interpreted language". Python is no
> more interpreted than Java. Like Java, it is compiled into byte-code which
> is then executed by a virtual machine. It has a separate compilation and
> execution step.

http://www.python.org/doc/faq/general.html

"Python is an *interpreted*, interactive, object-oriented programming
language."

Emphasis mine.



More information about the Python-list mailing list