#PyO3
You can now use Ratatui in Python! 🐀🥳

🐍 PyRatatui — Python bindings for @ratatui.rs

💯 Build high-performance TUIs in Python with 35+ widgets, async & effects

🦀 Backed by Rust via PyO3

⭐ GitHub: github.com/pyratatui/py...

#rustlang #ratatui #tui #python #library #bindings #pyo3 #terminal
April 7, 2026 at 7:44 AM
PyO3 / pyo3: Rust bindings for the Python interpreter ★13047 https://github.com/PyO3/pyo3
PyO3 / pyo3
Rust bindings for the Python interpreter
github.com
February 20, 2025 at 2:08 AM
PyO3 / pyo3: Rust bindings for the Python interpreter ★12569 https://github.com/PyO3/pyo3
PyO3 / pyo3
Rust bindings for the Python interpreter
github.com
December 11, 2024 at 2:13 PM
PyO3 / pyo3: Rust bindings for the Python interpreter ★10862 https://github.com/PyO3/pyo3
PyO3 / pyo3
Rust bindings for the Python interpreter
github.com
April 4, 2024 at 4:58 AM
The combination of Python with uv, pyo3 and Rust for the backend, and react + tanstack with typescript on the client is pretty damn nice. The only thing I need to improve is better type sharing between both sides. Haven't found something yet that makes me very happy.
April 29, 2025 at 5:53 PM
PyO3 / pyo3: Rust bindings for the Python interpreter ★14575 https://github.com/PyO3/pyo3
PyO3 / pyo3
Rust bindings for the Python interpreter
github.com
October 14, 2025 at 12:33 PM
PyO3 / maturin: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages ★4172 https://github.com/PyO3/maturin
PyO3 / maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
github.com
February 7, 2025 at 1:10 AM
PyO3 / pyo3: Rust bindings for the Python interpreter ★12989 https://github.com/PyO3/pyo3
PyO3 / pyo3
Rust bindings for the Python interpreter
github.com
February 12, 2025 at 1:22 AM
Pyo3 is at least a really good option to link the two languages, though: github.com/PyO3/pyo3
February 16, 2024 at 10:56 AM
A fun one for those working on Rust/Python bindings with PyO3 😭

github.com/PyO3/pyo3/bl...
github.com
June 18, 2025 at 11:34 PM
Wrapping Rust API in Python API using PyO3 is extremely straightforward IMO. Would recommend.
October 29, 2024 at 5:48 PM
Finally tried out PyO3 for python <> rust bindings with async/await support. Not sure what the best patterns are but it's way easier than I expected.

github.com/alexjg/samod...
Basic samod binding for python via PyO3 by rgbkrk · Pull Request #30 · alexjg/samod
This introduces a samod-py crate and a samod python module Building and installing a dev copy: $ maturin build --release &amp;&amp; pip install -e . 🔗 Found pyo3 bindings with abi3 support 🐍 Found ...
github.com
November 13, 2025 at 12:20 AM
There’s nothing better than Python for using libraries you wrote using PyO3.
January 3, 2026 at 5:51 AM
PyO3 / maturin: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages ★4075 https://github.com/PyO3/maturin
PyO3 / maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
github.com
January 1, 2025 at 9:22 AM
my big task for bevy 0.17 release cycle is going to be getting cuda working with wgpu-hal (vulkan) and pyo3. this definitely won't be upstreamed but i'm really excited about being able to use computer vision tasks in creative applications built on bevy
March 6, 2025 at 11:48 PM
pyo3 (which binds rust and python) has a overhead compared to C binding. it manages all created python objects and works with ref counters. more info: github.com/PyO3/pyo3/is...
February 24, 2024 at 5:31 PM
Build a tool with Rust, then integrate it into Python with the amazing PyO3 🦀 😍 📈
July 25, 2025 at 12:27 PM
PyO3 / pyo3: Rust bindings for the Python interpreter ★9547 https://github.com/PyO3/pyo3
PyO3 / pyo3
Rust bindings for the Python interpreter
github.com
October 9, 2023 at 3:22 PM
Got back into working on my PDB parser. Decided to go with the Rust implementation and as such we have Python bindings with PyO3!
October 21, 2024 at 3:01 PM
As a final preparation for the #PyO3 workshop tomorrow at #EuroPython, I have updated some exercises to ensure thread-safety. We are ready for #FreeThreaded #Python! Make sure you have the setup ready: github.com/Cheukting/py...
July 13, 2025 at 7:44 PM
💖 I'm sponsoring @davidhewittdev because I think connecting Python ecosystem with Rust using PyO3 is very important

github.com/sponsors/dav...
Sponsor @davidhewitt on GitHub Sponsors
I am a core maintainer of PyO3, a project building ways to connect Rust and Python together.
github.com
December 24, 2023 at 8:36 AM
Libraries Run Rust Inside Python (With PyO3) | Discussion
How Libraries Run Rust Inside Python (with PyO3)
Build a Rust JSON parser into a module Python can import with PyO3, then see what the return trip costs when Rust data becomes Python dicts and lists.
belderbos.dev
September 13, 2026 at 4:00 PM
Python IPLD lib. Thanks to PGO and new Bound API in pyo3 v0.21 I achieved huge performance boost ones again! The pyo3 team did an awesome work! Many thanks to all contributors! Also, I implemented own CAR reader

github.com/MarshalX/pyt...

#atdev #python #pyo3
Release v1.2.3 · MarshalX/python-libipld
What's Changed Thanks to PGO and new Bound API in pyo3 v0.21 I achieved huge performance boost ones again! The pyo3 team did an awesome work! Many thanks to all contributors! Also, I implemented ow...
github.com
March 11, 2024 at 4:27 PM
What popular Python packages are using Rust (PyO3), I got cryptography, pydantic, ruff, uv and polars. What else am I missing?
April 2, 2025 at 4:14 PM