Top "Jython" questions

Jython is an open-source implementation of the Python programming language in Java.

Is there a way to run Python on Android?

We are working on an S60 version and this platform has a nice Python API.. However, there is nothing official …

android python jython ase android-scripting
What is the difference between " is None " and " ==None "

I recently came across this syntax, I am unaware of the difference. I would appreciate it if someone could tell …

python jython
Calling Python in Java?

I am wondering if it is possible to call python functions from java code using jython, or is it only …

java python jython
Automated Python to Java translation

Is there a tool out there that can automatically convert Python to Java? Can Jython do this?

java python jython code-translation
Using Python from within Java

Possible Duplicate: Java Python Integration I have a large existing codebase written in 100% Java, but I would like to use …

java python jython rpc
log4j with timestamp per log entry

this is my log output INFO main digestemails - process inbox INFO main digestemails - checking for emails in c:\…

java python log4j jython
Cross-platform way to get PIDs by process name in python

Several processes with the same name are running on host. What is the cross-platform way to get PIDs of those …

python cross-platform jython hp-ux
Add .dll to java.library.path in Eclipse/PyDev Jython project

I'm trying to use a compiled .jar Java library in my PyDev Jython project. I successfully added the .jar to …

eclipse jython pydev java.library.path
Boolean identity == True vs is True

It is standard convention to use if foo is None rather than if foo == None to test if a value …

python boolean jython cpython pypy
Using a java library from python

I have a python app and java app. The python app generates input for the java app and invokes it …

java python jython