Top "Jython" questions

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

Importing python modules in jython

I'm having some issues importing scapy under jython. I've been doing java forever, but python for only a day or …

python import jython importerror scapy
Installing Jython on Ubuntu

I downloaded jython_installer-2.5.2.jar from jython.org. Opened the terminal and gave this command:- java -jar jython_installer-2.5.2.…

jython
Flipping Image Python

I am trying to flip an image horizontally. From this: To This: But I keep getting it mirrored half way. …

python image jython image-rotation jes
Using NumPy and Cpython with Jython

I must use a commercial Java library, and would like to do it from Python. Jython is robust and I …

java python numpy jython cpython
How do I determine if an application is running using wsadmin Jython script?

I can get a list of instlled applications but how do I get the status using Jython?

websphere jython wsadmin
Differences between Jython and Python

I know Jython converts Python code into Java byte code, but are there any syntax changes between the two? and …

python syntax jython
Jython and python modules

I've just started using the PythonInterpreter from within my Java classes, and it works great! However, if I try to …

java python interop jython
Why use Jython when you could just use Java?

The standard answer is that it's useful when you only need to write a few lines of code ... I have …

java eclipse jython
Why is Jython much slower than CPython, despite the JVM's advances?

No flame wars please. I am admittedly no fan of Java, but I consider the JVM to be a fairly …

python jvm jython
Using Jython with Maven

I have a Maven module, that depends on various other Maven dependencies by which I am accessing through my jython …

maven-2 jython