RustPython — Easy Playground
Python interpreter written in Rust; embeddable in Rust applications
What is RustPython?Run locally
Install
cargo install rustpythonPython CodeRun locally
RustPython is python interpreter written in rust; embeddable in rust applications. It provides an alternative way to run Python code.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?