#RustPython is a #Python interpreter in #Rust.
RustPython is an Python interpreter written in Rust primarily intended for embedding into applications. Being written in Rust, RustPython can be compiled to WASM for web usage. RustPython is well suited for exposing a scripting interface (embedding) in Rust programs, where Rust functionality can be accessed via Python.
Website 🔗️: https://rustpython.github.io