tags:

views:

142

answers:

2

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.

+6  A: 

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

Vivien Barousse
Thank you.Was just curious to know if you have implemented any?
Humming Bird
I didn't write Jython programs by myself, but I had the chance to talk with some people using Jython as a scripting language in Java-based applications.
Vivien Barousse
+2  A: 

There is a list of application that uses jython at http://wiki.python.org/jython/JythonUsers

pyfunc
The above user already answered the same.Anyway, thank you for your efforts.
Humming Bird