Trending

#PyO3

Latest posts tagged with #PyO3 on Bluesky

Latest Top
Trending

Posts tagged #PyO3

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.

0 0 0 0
Preview
GitHub - colliery-io/plissken Contribute to colliery-io/plissken development by creating an account on GitHub.

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

2 0 0 0
Preview
GitHub - localizethedocs/pyo3-guide-l10n: Localization of PyO3 User Guide Localization of PyO3 User Guide. Contribute to localizethedocs/pyo3-guide-l10n development by creating an account on GitHub.

πŸŽ‰ 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

1 1 0 0
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.

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

3 1 0 0

pytauri/pytauri: Tauri binding for Python through Pyo3 #dev #tauri #pytauri #python #webview #gui #webui #desktop #frontend #pyo3

1 0 0 0
Post image

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...

10 2 0 0

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

4 0 0 0

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

3 0 1 0

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

13 3 1 0

Hey, you can use #PyO3 to call #Rust from #Hy!

oylenshpeegul.gitlab.io/blog/posts/2...

0 0 0 0
Post image

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)

7 2 1 0
Tutorials - Cheuk Ting Ho: PyO3 101 - Writing Python modules in Rust
Tutorials - Cheuk Ting Ho: PyO3 101 - Writing Python modules in Rust YouTube video by PyCon US

This is a great introduction to #rust and #pyo3 from PyCon 2024. Speed up your #python today!
youtu.be/3lGkvKVTt5Y?...

0 0 0 0

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.

0 0 0 0
Preview
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...

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

3 0 0 0
Feedback from calling Rust from Python I got plenty of feedback on my post about Calling Rust from Python: Hacker News/r/python/r/rust Many comments mentioned pyo3, and I should use it instead of cooking my own. Thanks to the authors, I ch...

I got plenty of feedback on my post about Calling #Rust from #Python.

Many comments mentioned #pyo3, and I should use it instead of cooking my own. Thanks to the authors, I checked: in this post, I explain what it is and how I migrated my code.

2 1 1 0