RE: https://hachyderm.io/@itworldcup/115960578331633434
I'm tempted to do something with #PyO3 in celebration of the ongoing #ITWorldCup finals, no matter the outcome.
Latest posts tagged with #PyO3 on Bluesky
RE: https://hachyderm.io/@itworldcup/115960578331633434
I'm tempted to do something with #PyO3 in celebration of the ongoing #ITWorldCup finals, no matter the outcome.
Just released plissken - a doc generator for Rust/Python hybrid projects. If you're using PyO3 or Maturin and want unified docs that link between your Rust internals and Python API, this might be of interest. Still beta, bug reports welcome
github.com/colliery-io/...
#rustlang #python #pyo3 #maturin
π pyo3-guide-l10n is published!
π Preview:
projects.localizethedocs.org/pyo3-guide-l...
π Crowdin:
localizethedocs.crowdin.com/pyo3-guide-l...
π GitHub:
github.com/localizethed...
#Crowdin #GitHub #mdBook #Rust #Python #PyO3
Announcement slide for RustNYC Unconf 2025 featuring an Interop Workshop: Rust - Python In 1 Hour track. The slide has a mint green background with the Rust crab mascot wearing a Statue of Liberty crown in the top right corner. Text describes a whirlwind intro to Rust-Python interoperation with PyO3, covering basics, usefulness, and creating a simple Rust-Python application using common patterns in an interactive workshop. Open to all skill levels, focused on beginners. A circular photo shows Nico Posner outdoors with buildings in the background. Sponsor logos appear at the bottom: Materialize, Lawrence Harvey, Empathic, and Antithesis.
Announcing our Interop Workshop: Rust - Python In 1 Hour at #RustNYC Unconf 2025!
Join @nrposner.bsky.social for a whirlwind intro to #Rust-Python interop with #PyO3. Create a simple app using common patterns. Open to all skill levels, focused on beginners.
Join the waitlist: rust.nyc/unconf
pytauri/pytauri: Tauri binding for Python through Pyo3 #dev #tauri #pytauri #python #webview #gui #webui #desktop #frontend #pyo3
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...
The Rust implementation gives us control to handle .NET edge cases. Still early days with great opportunities for perf improvements and code that type checks correctly. That's the dream! ππ¦π¦β¨ #fsharp #python #fable #rust #pyo3
The big win? No more confusion because our Int32 is actually Python's arbitrary-precision int. We're making Python behave like .NET - proper integer overflow, real array semantics. Surprisingly hard to make Python integers act like actual Int32s, but worth it ππ¦π¦β¨
#fsharp #python #fable #rust #pyo3
Working on something that's getting me excited π₯° For Fable 5 Python target we're rebuilding Fable Library in Rust to get proper .NET semantics when transpiling F# to Python. As a Python dev who fell hard for F#'s type system, this scratches an itch ππ¦π¦β¨
#fsharp #python #fable #rust #pyo3
Are you interested in how #Rust changes the ecosystem in #Python? Are you creating Python libraries using Rust code via #PyO3? Show your interest in participating in Rust #Summit in #EuroPython 2025 now! (details in the comment)
This is a great introduction to #rust and #pyo3 from PyCon 2024. Speed up your #python today!
youtu.be/3lGkvKVTt5Y?...
It's always interesting to hear what other programming languages are mentioned when visiting a language-themed tech conference.
So at #PyCon Ireland this weekend, it was unsurprising to hear several mentions of #Rust (in the context of optimising existing code). And I still need to try out #PyO3.