December 2000
Intermediate to advanced
816 pages
16h 57m
English
As we mentioned in the previous section, a Python interpreter completely (re)written in Java called JPython is currently available. Although there are still minor differences between both interpreters, they are very similar and provide a comparable startup environment.
What are the advantages of JPython? JPython…
Can run (almost) anywhere a Java Virtual Machine (JVM) can be found
Provides access to Java packages and class libraries
Furnishes a scripting environment for Java development
Enables ease-of-testing for Java class libraries
Matches object-oriented programming environments
Delivers JavaBeans property and introspection ability
Encourages Python-to-Java development (and vice versa)
Gives GUI developers access ...
Read now
Unlock full access