RustPython: A Python Interpreter Written in Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • RustPython

    A Python Interpreter written in Rust

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • gpython

    gpython is a python interpreter written in go "batteries not included"

  • rye

    a Hassle-Free Python Experience

    Isn't it Rye ? (https://rye.astral.sh)

    I've been evaluating it lately and it has pretty much the same CLI commands as Poetry except it's faster and comes with complete Python interpreter management (which is to me the real killer feature as I don't really care about speed of dependency resolution, but I do care about the DX).

  • rustls

    A modern TLS library in Rust

    Interesting that it relies on OpenSSL, either dynamically from the OS or vendored at compile time. I wonder what the implications would be for using something like rustls. You’d get TLS batteries included and kill a large external dependency… but possibly introduce behavior changes to low-level cryptographic operations, which is scary.

    Still, the maintainers stated that they don’t plan to implement Python’s readline module because they already have a rust implementation of readline. A similar argument could apply here - use native rust implementations of dependencies and expose them via the expected Python APIs. This would break some ambitious Python programs, but those probably wouldn’t consider alternative runtimes anyway.

    https://github.com/rustls/rustls

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

  • Robyn – A super fast Python web framework written in Rust

    1 project | news.ycombinator.com | 28 Aug 2024
  • This Week In Python

    5 projects | dev.to | 9 Aug 2024
  • A (not so) small library for terminal based game development

    3 projects | news.ycombinator.com | 23 Jul 2024
  • Robyn, a Python Web Framework

    1 project | news.ycombinator.com | 24 Jun 2024
  • Encapsulation in Rust and Python

    4 projects | dev.to | 5 Apr 2024

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?