language impl
There is RustPython, an implementation of Python, written in Rust.
It is actively developed:
- nearly 30 PRs merged in the last week
- 100s of historical contributors
Note
There are a number of other major Python implementations, with the official one being known as CPython, due to being written largely in C.