What is Jython? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

What is Jython?

I've heard it's pyhton using Java Languange, but what is it actually? Any more details?

23rd Jun 2018, 6:48 PM
Muhammad Hasan
Muhammad Hasan - avatar
7 Answers
+ 12
an implementation of python using the java language see processing for example which is a java based ide they included processing.py (the python mode) so the user can write python code but it gets executed by java in sum, a java program used to execute python instructions
23rd Jun 2018, 6:54 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 5
Jython is an implementation of the Python programming language designed to run on the Java platform. https://en.m.wikipedia.org/wiki/Jython
23rd Jun 2018, 8:41 PM
Sergiy Stupar
Sergiy Stupar - avatar
+ 3
Usually python code first transforms into python bytecode. Than the python virtual machine executes the bytecode. This is the process in Cpython. But in Jython, python code transforms into JAVA bytecode, then the JVM (Java Virtual Machine) executes it. So the only difference here is the virtual machine language uses. I don't know the performance differences between. But the language you use is still python. Just vm is diffrent. Happy coding : )
24th Jun 2018, 11:43 PM
Mustafa Yıldız
Mustafa Yıldız - avatar
+ 1
what's is it java mixed Python
24th Jun 2018, 7:11 AM
Sanjay Govind S
Sanjay Govind S - avatar
+ 1
It is a mixture of 2 programing language that is java and python It is implementation of python using java
24th Jun 2018, 7:23 AM
shivangi Tiwari
shivangi Tiwari - avatar
+ 1
Thanks for the answers 👍
24th Jun 2018, 8:09 AM
Muhammad Hasan
Muhammad Hasan - avatar
0
yup very nice masters
26th Jun 2018, 5:49 AM
Sanjay Govind S
Sanjay Govind S - avatar