Top "Jython" questions

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

Distributing my Python scripts as JAR files with Jython?

I have been a Python programmer for almost two years, and I am used to writing small scripts to automate …

python jython executable-jar
How can I install various Python libraries in Jython?

I know that I can install Jython with Java and that I can use Jython where I use Python. The …

java python jython pip easy-install
When will Jython support Python 3?

According to Jython's documentation: Jython is an implementation of the Python language for the Java platform. Jython 2.5 implements the same …

python python-3.x jython
jdbc: Get the SQL Type Name from java.sql.Type code

I have an array with Field Names and jdbc Type codes. (Those int codes that you can find in http://…

java jdbc jython
What is the difference between Python vs Jython vs IronPython vs wxPython?

I am quite new in Python programming. While googling I found some of the Python related words. I just wanted …

python wxpython jython ironpython
How can I call scikit-learn classifiers from Java?

I have a classifier that I trained using Python's scikit-learn. How can I use the classifier from a Java program? …

java python jython scikit-learn
How can I add jars to the classpath when I invoke Jython *without* adding them to $CLASSPATH?

I'd like to do something similar to jython -cp FOO:BAR:BAZ argle.py. If I add FOO, BAR, and …

classpath jython jar
Programming Android apps in jython

The other day I came across a Python implementation called Jython. With Jython you can write Java applications with Python …

android python jython
What is Jython and is it useful at all?

I know Python, but what is Jython? When will I need Jython? What are the drawbacks? I assume it is …

java python jython
SyntaxError "no viable alternative at input 'self'"

I have a gui.py file containing the following code: from javax.swing import JFrame, JPanel, Box, JComboBox, JSpinner, JButton, …

python jython