Python and Java

Steve Holden steve at holdenweb.com
Thu Apr 5 07:18:19 EDT 2007


Sreelatha G wrote:
> Hi
> 
>    I am new to python .I need your help in solving my problem.
>    Is there any way to call python files in a java file .How is it possible?
> 
Jython is an implementation of Python that compiles to Java bytecode, 
but at the moment there's some version lag so it won't handle the mos 
recent language enhancements. Probably worth a look, though.

   http://www.jython.org/

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb     http://del.icio.us/steve.holden
Recent Ramblings       http://holdenweb.blogspot.com




More information about the Python-list mailing list