RustPythonExpert Playground

Python interpreter written in Rust; embeddable in Rust applications

RustPython internalsRun locally
Install
cargo install rustpython
Python CodeRun locally

Understanding RustPython's internal architecture helps make informed decisions about when and how to use it.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?