43
RustPython: An open source Python 3 (CPython >= 3.11.0) interpreter written in Rust
(rustpython.github.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
What about compatibility with Python packages?
It'll have to implement CPython's C API to work with packages that use native code. I don't know if that's the plan but I wouldn't consider their implementation compete without it.