You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But nowadays, Jython is more or less outdated (it still only supports 2.7, and 3.x is still far away). In the JVM world, there is another implementation called GraalPy, which is backed by big company (Oracle) and has Python 3 support, with more active development. Don't be misled by its name, it can be used with the normal JVM.
So I think it's worth mentioning in this section.