Hacker News new | ask | show | jobs
by waterside81 5201 days ago
Yup, banks don't like Python, but Java is OK. So you write your Java in Jython, package it up & deploy.

Here's another use case. At Repustate, we have an API to create PowerPoint presentations via an API call. We use Apache POI (Java) to create & manage PowerPoint slides, but our code base is all Python. So we have a Jython process running on Jetty, but instrument all of the Java bits with Python.

It's pretty amazing to have all of the power of the JVM at your disposal but with the grace of Python.

2 comments

It's been a while, but I recall a Java shop where the (complicated) build process was written in Jython.
yeah that is pretty cool.