# python/cpython

The Python programming language

Repository: https://github.com/python/cpython
Canonical: https://ross.abutalabs.com/products/cpython
Homepage: https://www.python.org
Language: Python
License: NOASSERTION
License Family: other
Last push: 2026-08-26T22:22:25+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 3491, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 74934, forks 35283 (observed 2026-08-28T04:12:21.494816+00:00)

## What it is
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
- artifact type: application
- maturity: stable
- function: programming-language, interpreter, compiler
- domain: programming-languages, developer-tools, cross-platform
- platform: windows, cross-platform, cli
- tags: cpython, python-runtime, language-implementation, reference-implementation, scripting-language, standard-library, linux, macos

## Member repositories
- python/cpython (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:21.494816+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:14:47.928578+00:00, confidence not recorded.
  - readme: https://github.com/python/cpython (fetched 2026-08-28T04:12:21.494816+00:00, sha 5856a0724650)
  - homepage: https://www.python.org (fetched 2026-08-28T17:45:38.025091+00:00, sha 2b5224c2527e)
  - site_page: https://docs.python.org (fetched 2026-08-28T17:45:38.034147+00:00, sha b34b600ab712)
  - site_page: https://www.python.org/about/ (fetched 2026-08-28T17:45:38.035924+00:00, sha c5c41bfdb24a)
  - site_page: https://www.python.org/about/apps/ (fetched 2026-08-28T17:45:38.037899+00:00, sha 4bda87a71bfb)
  - site_page: https://www.python.org/about/quotes/ (fetched 2026-08-28T17:45:38.040103+00:00, sha 62de3ae2e395)
  - site_page: https://www.python.org/about/gettingstarted/ (fetched 2026-08-28T17:45:38.042184+00:00, sha 612847b6b12e)
  - site_page: https://www.python.org/about/help/ (fetched 2026-08-28T17:45:38.044293+00:00, sha c28f9e64a824)
  - site_page: https://www.python.org/downloads/ (fetched 2026-08-28T17:45:38.046098+00:00, sha 2c883d040c9f)
  - site_page: https://www.python.org/doc/ (fetched 2026-08-28T17:45:38.049090+00:00, sha 4ce2d57390cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
