RustPython is an open-source Python 3 interpreter written in Rust, allowing Python to be used as a scripting language in Rust programs or compiled to WebAssembly for browser execution. The project aims to provide a Python implementation that integrates well with the Rust programming language. RustPython is still in development and currently supports about half of the Python standard library. It is not yet suitable for production use.