PyJa — calling Java from Python part 2

Previously I’ve written about Py4J and JPype as packages to call Java from Python. In this article I’ll write about Jython and Pyjnius.

And this is the last article in this series — I hope 🙂

I’ll take a look at Jython and PyJNIus as the last two tools in the list for calling Java classes from Python.

Continue reading