how is python bytecode different from java's

Steve Holden sholden at holdenweb.com
Tue Jan 15 07:38:07 EST 2002


"Karthik Gurumurthy" <karthikg at aztec.soft.net> wrote in message
news:mailman.1011083001.14788.python-list at python.org...
> what is the difference between a .class file and .pyc file
>
They are for two completely different virtual machines. *Jython*, however,
is a 100% pure Java implementation of Python which compiles it into JVM
bytecodes. It's neat, though a little behind the main (C)Python track just
at present.

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list