jython/jython
Python for the Java Platform observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2230
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
1535 stars · 231 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jython is an implementation of the Python programming language written in Java that runs on the JVM, currently supporting Python 2.7 with work toward Python 3. It provides seamless interoperability between Python and Java code, allowing Python scripts to use Java classes and Java applications to embed a Python interpreter.
Use cases
- run python scripts on the jvm
- embed a python interpreter in a java application for user scripting
- call java classes and libraries from python code
- compile python code to java bytecode
- interactively explore and debug java packages from a python console
- use python for rapid application development alongside java
- access jdbc databases from python via zxjdbc
When to choose
- you need to mix Python and Java in the same application
- you want to offer end users a scripting extension language inside a Java product
- you must run legacy Python 2.7 code on the JVM
- you need JVM benefits like Java library access and threading for Python code
When to avoid
- you need Python 3 support, which is not yet released
- your project depends on C extension packages like numpy, which Jython cannot run
- you are starting a new Python project - use CPython and port to Python 3 instead
- you need the latest CPython standard library behavior
Facets
cli-tool · maturity maintenance
interpreter programming-language compiler database-driver programming-languages cross-platform developer-tools jvm cross-platform windows python-implementation python-2 jvm-languages java-integration scripting embedded-scripting zxjdbc interpreter jvm linux macos
5 sources
- readme: https://github.com/jython/jython · fetched 2026-08-28 · fbb709c897e0
- homepage: https://www.jython.org · fetched 2026-08-29 · 22e83bff8bd8
- site_page: https://www.jython.org/installation · fetched 2026-08-29 · d9cd945c8d8d
- site_page: https://www.jython.org/jython-3-mvp · fetched 2026-08-29 · 34a32fbd85c4
- site_page: https://www.jython.org/jyspecific · fetched 2026-08-29 · 3db9f01c25c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jython/jython | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem