We are currently on the last meters of finalizing a new Jython maintenance release (2.7.5 beta).
A breaking change is that we finally move from javax.servlet to jakarta.servlet.
If you use Jython, make sure your setup accommodates this change!

Email announcement for javax->jakarta migration: https://sourceforge.net/p/jython/mailman/message/59305034/
Follow changes and discussions (issues and PRs) on Github: https://github.com/jython/jython
Homepage: https://jython.org
API doc: https://apidia.net/java/Jython

#jython #java #python #jvm

So... today I discovered #Jython. And I found out you can make applets with it.

 đŸ

#Python #RetroDev

You don't need to leave #Java behind to gain modern language features. #Kotlin #Scala #Groovy, & others run on the same reliable #JVM & open new dev possibilities.

🛠 Choose the right tool for the job with Mihaela Gheorghe-Roman: https://javapro.io/2025/10/09/the-rise-of-jvm-languages-kotlin-scala-groovy-and-more/

#Jython @IntelliJScala

Which JVM language fits your stack? #Kotlin for Android, #Scala for Spark, #Groovy for testing, #Clojure for concurrency, #JRuby & #Jython for scripts. Each solves different dev pains—fully JVM-compatible.

Mihaela Gheorghe-Roman shows the big picture: https://javapro.io/2025/10/09/the-rise-of-jvm-languages-kotlin-scala-groovy-and-more/

Still writing Java 8 code? You may be missing out. Modern JVM languages bring you:

✔ Null-safety, Functional programming, Concise DSLs, Faster onboarding

Mihaela Gheorghe-Roman maps the evolving #JVM landscape: https://javapro.io/2025/10/09/the-rise-of-jvm-languages-kotlin-scala-groovy-and-more/

#Kotlin #Scala #Jython @IntelliJScala

#Java’s birthday isn’t just a look back—it’s proof the #JVM powers far more than Java today. From Clojure to JRuby, JVM languages boost concurrency, syntax & prototyping. Find your favorite with Mihaela Gheorghe-Roman: https://javapro.io/2025/10/09/the-rise-of-jvm-languages-kotlin-scala-groovy-and-more/
#Kotlin #Scala #Jython @IntelliJScala

Thanks to Werner Fouché's initiative, there is now a @jbangdev catalog for Jython!
As a result, running Jython scripts becomes even easier:

jbang run jython-cli@jython <jython-script>.py

or after install: jython-cli <jython-script>.py

https://github.com/jython/jbang-catalog

#java #jython #jbang #jdk

Ein lang ersehnter Wunsch von mir: Eigene #Clustering Methoden in #OpenRefine benutzen.

VerfĂŒgbar seit Version 3.9.0 und funktioniert seit 3.9.3 auch mit #Jython und #Clojure.

Hier eine Anleitung zur Benutzung im #FDMLab Blog.

https://fdmlab.landesarchiv-bw.de/workshop/openrefine-fortgeschrittene/19-erweitertes-clustering/

#LandesarchivBW

Workshop - Erweitertes Clustering | FDMLab@LABW

Wir verwenden eigene Clustering Methoden in OpenRefine, um Schreibweisen zu vereinheitlichen.

FDMLab@LABW
We're happy to share that Werner Fouché has written a follow-up article about his Jython/JBang integration effort we shared last week. It provides example code to get you started, including a Spring rest client example.
https://medium.com/@werner.fouche/running-jython-scripts-with-jbang-part-2-d13b3699c015 #jython #jbang
Running Jython scripts with JBang using PEP 723 (Part 2)

In the previous article about using JBang to run Jython scripts we explained how to use a Java helper program with JBang to seamlessly resolve external Maven dependencies — see


Medium
We're excited to share that there has been an effort by Werner Fouché to integrate Jython with JBang. Please checkout his Medium article to learn how you can run Jython scripts on JBang easily! https://medium.com/@werner.fouche/running-jython-scripts-with-jbang-using-a-java-helper-program-9ab9f8e35ddc #jython #jbang @jbangdev
Running Jython scripts with JBang using a Java helper program

Jython is an implementation of Python in Java, and has a multi-decade development history. It was one of the earliest scripting languages for the Java VM (JVM). Initially it was called JPython but


Medium