About 50 results
Open links in new tab
  1. RustPython

    RustPython is a Python interpreter written in Rust. RustPython can be embedded into Rust programs to use Python as a scripting language for your application, or it can be compiled to WebAssembly in …

  2. RustPython Demo

    This demo is compiled from Rust to WebAssembly so it runs in the browser. Input your Python code below and click Run (or Ctrl+Enter), or you can open up your browser's devtools and play with …

  3. Calling Rust from Python - RustPython docs

    This code defines a Python module named test_module with two items: a constant named THE_ANSWER and a function named add. The #[pymodule] attribute is used to mark the module, …

  4. Installation - RustPython docs

    RustPython docs Installation Requirements RustPython requires Rust latest stable version to be installed Stable The latest stable version of the library can be installed using the following command:

  5. Introduction - RustPython docs

    RustPython docs Introduction RustPython is a Python interpreter written in Rust.

  6. RustPython Blog

    Apr 2, 2020 · An open source Python 3 (CPython >= 3.11.0) interpreter written in Rust 🐍 😱 🤘

  7. Initial Setup - RustPython docs

    Initial Setup First rustpython_vm needs to be imported. If rustpython is installed, it can be imported as a re-export:

  8. rustpython - Rust

    Functions API documentation for the Rust `rustpython` crate.

  9. RustPython

    RustPython What's Left RustPython currently supports the full Python syntax. This is “what’s left” from the Python Standard Library. For each module’s details, check the Python Module Index. Note that …

  10. RustPython Notebook

    # python code or code blocks that start with %%py, %%md %%math.