Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
RustPython Alternatives
Similar projects and alternatives to RustPython
-
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
pyodide
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
-
-
-
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
maturin
Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
-
-
boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
RustPython reviews and mentions
-
Our Plan for Python 3.13
I'm actually rooting for RustPython to reach a level of maturity that we'd just be able to ship apis and stuff with it.... https://github.com/RustPython/RustPython
-
Python 11
Good question and it also actual for: python 3.12, RustPython and xonsh binary.
-
This Week In Python
RustPython – A Python Interpreter written in Rust
-
RustPython
I first read about RustPython today and found this discussion that seems very interesting and still pertinent to the topic. Here's my take on it:
-
RustPython – A Python-3 (CPython >= 3.11.0) Interpreter written in Rust
Essential extensions such as NumPy will not work without additional support.
RustPython didn't adapt the optimization designs yet. One of the current major goal is this optimization: https://github.com/RustPython/RustPython/issues/3244
RustPython even cannot run `1+1` without calling `int.__add__` yet.
- Even the Pylint codebase uses Ruff
-
Projects/Crates to Contribute To?
Python interpreter in Rust: https://github.com/RustPython/RustPython
-
A note from our sponsor - Mergify
blog.mergify.com | 24 Sep 2023
Stats
RustPython/RustPython is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of RustPython is Rust.