Link to home
Start Free TrialLog in
Avatar of AttilaB
AttilaB

asked on

Python to Java conversion: PyNSource or something else?

Anybody knows a good way to convert Python code to Java?

A quick Google search will reveal the following free program:
http://www.atug.com/andypatterns/pynsource_java_code_generation.htm

OK. I downloaded the following:      PyNsource-1.51.win32-py26.exe  from

http://sourceforge.net/projects/pyidea/files/PyNSource/1.51/

This is a GUI program that will just make a UML diagram of the Python program.

How do  I get to Java code from here? - I don't understand.

I am really confused about the following help on this, because
it is just seems to be running the program in Python, with no conversion to Java:

http://www.andypatterns.com/index.php/products/pynsource/codegeneration/

Also attached a Python source code example, I would like to try to convert.

Thanks for your help.










 SudokuKeyDisplay.py
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also there are a lot of Sudoku code in java - just google it

Sudoku code java


will find lots of examples  maybe you'd not need to convert from Python
Avatar of AttilaB
AttilaB

ASKER

It just happens to be some sudoku code, but I would like to find a more generic solution
for my daughter for other Python projects.  It is not just about Sudoku.

Actually Jython that you pointed me to  may work for me, even if it cannot generate Java source any more because I got a decompiler for Java class files. I will be able to check it out probably tomorrow, if no better solution is found.
I would call python code from java program instead of generating java source equivalent to python source, this ppt may help you decide, http://www.slideshare.net/onyame/mixing-python-and-java

Note: if the python code access some native C/C++ libs, Jepp is what suggested as the bridge