Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Real-world Jython applications

Tags:

python

jython

I recently started learning Python. Not yet ventured into coding. During one of my learning sessions, i came accross the term Jython.

I googled it & got some information.

I would like to know if anyone has implemented any real-world program using Jython.

like image 800
ykombinator Avatar asked Aug 29 '10 07:08

ykombinator


People also ask

Is Python good for real time applications?

2. Compatible with Real-Time Software. Python is easy to use and for this reason, it finds its way into the real-time embedded system as the recommended programming language. The software codes are in Python and not C or C++.

Where Python is mostly used?

Python is commonly used for developing websites and software, task automation, data analysis, and data visualization. Since it's relatively easy to learn, Python has been adopted by many non-programmers such as accountants and scientists, for a variety of everyday tasks, like organizing finances.


1 Answers

Most of the time, Jython isn't used directly to write full read-world programs, but a lot of programs actually embed Jython to use it as a scripting language.

The official Jython website gives a list of projects, some written in Jython, others using Jython for scripting: http://wiki.python.org/jython/JythonUsers

like image 87
Vivien Barousse Avatar answered Oct 10 '22 00:10

Vivien Barousse