Which resources are there to learn how to call Rust from Python?

This page summarizes the projects mentioned and recommended in the original post on /r/learnrust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • PyO3

    Rust bindings for the Python interpreter

  • You can check out PyO3, which is the library I see most people using both ways (calling rust from python, or python from rust).

  • blake3-py

    Python bindings for the BLAKE3 cryptographic hash function

  • Yeah, PyO3 plus the Maturin build tool is the current defacto standard way of doing this. Here's one of my projects using it.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • strop

    Stochastically generates machine code

  • Can anyone see what I'm doing wrong here?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts