RustPython is a Python interpreter implemented in Rust, aiming to replicate much of CPython’s functionality (Python 3), but written in Rust for performance, safety, embedding, and portability. It supports a standard library, embedding usage, wasm compilation, and is under active development. It is experimental / under-development in many areas but quite usable for many Python scripts, demos, embedding, etc.