|
|
|
|
|
by pan69
5573 days ago
|
|
I'm not sure about the development state of Jyhton, but like others have already said, using the JVM opens up an enormous box of Java platform goodies. With Jython you can build your web app front-end with Django and your backend business logic with Java, Scala or something else. It also gives you the ability to create worker thread etc. This is a great online book about using Jython:
http://www.jython.org/jythonbook/en/1.0 |
|