RustPython

Python RuntimePython N/AExpert

Python interpreter written in Rust; embeddable in Rust applications

Quick Info

Python Version
N/A
Dependencies
Rust toolchain
Install
cargo install rustpython

Learn by Difficulty

Quick Example

python
# RustPython
# Python interpreter written in Rust; embeddable in Rust applications
#
# RustPython is a Python runtime/implementation.
# Key features and usage information:
print("RustPython")
print("Python interpreter written in Rust; embeddable in Rust applications")
print("Python Version: N/A")

RustPython is python interpreter written in rust; embeddable in rust applications. It provides an alternative way to run Python code.

Try in Playground

Tags

runtimeimplementationinterpreter