Ross ROSS = Recommend OSS · open-source software intelligence for agents

python/cpython

The Python programming language observed · 2026-08-28

github.com/python/cpython · homepage · Python · NOASSERTION (other) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3491
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

74934 stars · 35283 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

CPython is the reference implementation of the Python programming language, containing the interpreter, compiler, and standard library. It is maintained by the Python Software Foundation and is the canonical runtime that defines Python's behavior.

Use cases

  • run python scripts
  • install the python interpreter
  • learn python programming
  • build python from source
  • contribute to python core development
  • embed python in a c application
  • test code against the latest python version

When to choose

  • you need the official, canonical Python runtime
  • you want to test compatibility with upcoming Python releases
  • you want to contribute to Python itself or its standard library
  • you need to embed a Python interpreter via the C API

When to avoid

  • you need maximum performance for CPU-bound work (consider PyPy or native code)
  • you want an alternative runtime like PyPy, MicroPython, or Jython
  • you only need to install Python for end use - prebuilt installers from python.org are simpler

Facets

application · maturity stable

programming-language interpreter compiler programming-languages developer-tools cross-platform windows cross-platform cli cpython python-runtime language-implementation reference-implementation scripting-language standard-library linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
python/cpythonmain77

For agents

markdown · JSON · MCP: product_card(name="python/cpython")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem