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
Can RustPython be sandboxed properly when used as a scripting language? You can't do sandboxing with CPython. There is an abandoned sandboxing project for pypy, but then you'll be stuck with an old version of python.