Top "Jython" questions

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

Drawing diagonal lines on an image

Hi im trying to draw diagonal lines across an image top right to bottom left here is my code so …

python drawing jython jes
How can I add jars dynamically to jython, inside script?

I am writing a package in python that talks to an ldap server. I want it to work in CPython …

jython
How to catch an exception in python and get a reference to the exception, WITHOUT knowing the type?

I'm wondering how I can catch any raised object (i.e. a type that does not extend Exception), and still …

python exception-handling jython
Is there a good NumPy clone for Jython?

I'm a relatively new convert to Python. I've written some code to grab/graph data from various sources to automate …

java python numpy jython
Can I run numpy and pandas with Jython

We have some Java code we want to use with new code we plan to write in Python, hence our …

python numpy pandas jython
How to connect ImageJ to python?

I am using Python to design a software, and the image processing is one of the steps. I am using …

python jython imagej
RobotFramework: Maximum limit of started keywords exceeded

I'm new to RobotFramework and I'm trying to do a simple test. Print an "Hello world" using Log keyword and …

java testing jython robotframework atdd
python GUI compared to Swing?

I wanted to say "best python GUI compared to Swing"... but was sternly told my question was "too subjective". I …

python swing user-interface comparison jython
Jython CLASSPATH, sys.path and JDBC drivers

How can I add JDBC drivers at runtime to Jython? Using CLASSPATH works, but using sys.path doesn't work with …

jdbc jython classloader
Jython, use only a method from Python from Java?

When reading and using this article it assumes that we have a full object definition with class and mapping (proxy) …

java python jython