pythonvm-rust A Python virtual machine, written in Rust. Features prints strings to stdout useable as a library a fine-grained sandbox Try it Install git, Rust and Cargo git clone https://github.com/ProgVal/pythonvm-rust.git cd pythonvm-rust cargo run examples/helloworld.pyc