#pyo3 search results
The #Rust borrowchecker protects your memory, but doesn't have much to say about reusing single-letter variable names -@pganssle at #PyGotham (#PyO3 looking v good tho, pun intended)
I’m excited to announce the release of #ast_grep 0.13.0, the first version to support Python API powered by #PyO3! You can now search and rewrite code by pattern in Python. Special thanks to @Manjusaka_Lee, @messense, and @SigureMo for their help. Check it out on GitHub or PyPI!
I was expecting to meet some #Pythonistas on the flight to Pittsburgh and there they are (and there’re more I met later) - now ready for my tutorial today about #PyO3 to start my #PyConUS activities
Congratulations #pyo3 devs on a major step forwards towards working on stable. PyO3 0.10 out now! #rustlang github.com/PyO3/pyo3/rele…
github.com
Release PyO3 0.10.0 · PyO3/pyo3
Many changes but not so many API changes. See CHANGELOG and migraton guide for more. Thank you @davidhewitt @m-ou-se @scalexm @Alexander-N @abingham @althonos @konstin @ijl @ArniDagur @oconnor663 a...
RT How to Make Your Python Packages Really Fast with Rust #pyo3 #programming #tipsandtricks #python #rust dlvr.it/SpvDjS
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. blog.frankel.ch/feedback-rust-…
#PyConIT2024 folks, I will be here today after lunch for the #PyReject #PyO3 workshop, come to me if you want to learn 👍🏻 #Rust experience not required
Testing #Rust with #Python? #PyO3 makes it easy to embed Python in Rust, call Rust functions from Python, and handle dynamic types. EDB’s Phil Eaton walks through building a Rust test runner with an embedded Python interpreter in this technical blog👉 bit.ly/3Xm9dq7
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)
#pyo3 has me just about convinced that rust + python (along with our python and pure rust) is best. more ergonomic than any scripting language and as performant as C++. pyo3.rs/v0.19.2/
How to use Rust with Python, and Python with Rust bit.ly/3Rgkd3C You can merge Python's convenience with Rust's speed, thanks to libraries in both languages. Get a free consultation for your next python project at bit.ly/39yUq1R #Python #pyo3 #rust #app
I also wrote a #Python wrapper with #PyO3 that should be easy to use as a drop-in replacement for #biopython, offering a 50x speedup and identical results! pypi.org/project/lightm…
Hi Quantum X! Seeing more and more quantum software with a #Rust core lately. We love to see it! 🦀 Of course, a friendly #Python API is still a must. To make that API feel truly native, we open-sourced a tool to auto-generate .pyi stub files for #PyO3. Check out our OSS…
@pycharm it’s not often you get an issue with a fix attached: youtrack.jetbrains.com/issue/PY-42380 #pyo3 #rustlang
A newly added Python wrapper for #tapo now supports the P1XX plug devices in version v0.1.1. Based on feedback, I plan to bring it to feature parity with the Rust version. It has been a pleasure working with #PyO3 to achieve this. github.com/mihai-dincules… @TPLINK @rustembedded
My first Rust bindings for Python #pyo3 🥳 Password strength measurement with the well-known zxcvbn algorithm! ~5 times faster than its pure Python counterpart ⚡️ github.com/fief-dev/zxcvb…
github.com
GitHub - fief-dev/zxcvbn-rs-py: Python bindings for zxcvbn-rs, the Rust implementation of zxcvbn
Python bindings for zxcvbn-rs, the Rust implementation of zxcvbn - fief-dev/zxcvbn-rs-py
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/py03…
Hi Quantum X! Seeing more and more quantum software with a #Rust core lately. We love to see it! 🦀 Of course, a friendly #Python API is still a must. To make that API feel truly native, we open-sourced a tool to auto-generate .pyi stub files for #PyO3. Check out our OSS…
Calling #Rust From #Python With #Pyo3 #Coding #Programming #Tutorial #SoftwareEngineering firegulaman.com/2023/11/05/cal… via @firegulaman
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/py03…
Efficiently Extending Python: PyO3 and Rust in Action #python #rust #pyo3 #programming #coding #development #tutoria blueshoe.io/blog/python-ru…
blueshoe.io
Efficiently Extending Python: PyO3 and Rust in Action | BLUESHOE
Learn how to combine PyO3 Python and Rust to develop high-performance and flexible applications. Uniting security and performance 🚀
Our engineers are ready for #PyConUS Day 1! Find us (& teams that are hiring!) at Booth 315 all week. Don't miss the #Python 🐍 Steering Council Panel w/ @pyblogsal + talks on #PyO3, code quality, GPU acceleration, asyncio in #Python 3.14 & debuggers bloom.bg/4j5arOi
Testing #Rust with #Python? #PyO3 makes it easy to embed Python in Rust, call Rust functions from Python, and handle dynamic types. EDB’s Phil Eaton walks through building a Rust test runner with an embedded Python interpreter in this technical blog👉 bit.ly/3Xm9dq7
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)
Testing #Rust with #Python? #PyO3 makes it easy to embed Python in Rust, call Rust functions from Python, and handle dynamic types. EDB’s Phil Eaton walks through building a Rust test runner with an embedded Python interpreter in this technical blog👉 bit.ly/3Xm9dq7
Vigilance.fr #Vulnerability of #Rust #pyo3: use after free via Python Borrowed Reads. #CyberSecurity vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability Rust pyo3 via Python Borrowed Reads | Vigilance.fr
An attacker can force the reuse of a freed memory area of Rust pyo3, via Python Borrowed Reads, in order to trigger a denial of service, and possibly to run code.
Vigilance.fr #Vulnérabilité de #Rust #pyo3 : utilisation de mémoire libérée via Python Borrowed Reads. #CyberSécurité vigilance.fr/vulnerabilite/…
vigilance.fr
Vulnérabilité Rust pyo3 via Python Borrowed Reads | Vigilance.fr
Un attaquant peut provoquer la réutilisation d'une zone mémoire libérée de Rust pyo3, via Python Borrowed Reads, afin de mener un déni de service, et éventuellement d'exécuter du code.
I finally figured that I can created a bound numpy rust array, from each polars column, and then the access is almost O(1) Time drops to 30ms for the same dataset. Finally! @rustlang #python #pyo3
#PyConIT2024 folks, I will be here today after lunch for the #PyReject #PyO3 workshop, come to me if you want to learn 👍🏻 #Rust experience not required
Hey #PyConIT2024 folks, since I saw the accepted #PyO3 workshop is sold out and I happen to have a rejected PyO3 workshop (which was accepted in #PyConDE and #PyConUS) how about we have a reject-PyO3 workshop at the hall way track tomorrow. If there’s enough likes I will do it.
I was expecting to meet some #Pythonistas on the flight to Pittsburgh and there they are (and there’re more I met later) - now ready for my tutorial today about #PyO3 to start my #PyConUS activities
Come join me live for another PyO3 collaborative development stream tomorrow morning at 10AM UTC! Set a reminder for the stream on YouTube at youtube.com/live/qON6cMQlR… I've got two ideas I'm excited about. Vote below, what should we do? (Details in comments) #pyo3 #streaming
5 vote · Final results
I’m excited to announce the release of #ast_grep 0.13.0, the first version to support Python API powered by #PyO3! You can now search and rewrite code by pattern in Python. Special thanks to @Manjusaka_Lee, @messense, and @SigureMo for their help. Check it out on GitHub or PyPI!
The #Rust borrowchecker protects your memory, but doesn't have much to say about reusing single-letter variable names -@pganssle at #PyGotham (#PyO3 looking v good tho, pun intended)
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. blog.frankel.ch/feedback-rust-…
RT How to Make Your Python Packages Really Fast with Rust #pyo3 #programming #tipsandtricks #python #rust dlvr.it/SpvDjS
I was expecting to meet some #Pythonistas on the flight to Pittsburgh and there they are (and there’re more I met later) - now ready for my tutorial today about #PyO3 to start my #PyConUS activities
Testing #Rust with #Python? #PyO3 makes it easy to embed Python in Rust, call Rust functions from Python, and handle dynamic types. EDB’s Phil Eaton walks through building a Rust test runner with an embedded Python interpreter in this technical blog👉 bit.ly/3Xm9dq7
#PyConIT2024 folks, I will be here today after lunch for the #PyReject #PyO3 workshop, come to me if you want to learn 👍🏻 #Rust experience not required
How to use Rust with Python, and Python with Rust bit.ly/3Rgkd3C You can merge Python's convenience with Rust's speed, thanks to libraries in both languages. Get a free consultation for your next python project at bit.ly/39yUq1R #Python #pyo3 #rust #app
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)
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/py03…
Something went wrong.
Something went wrong.
United States Trends
- 1. #DWTS 41.9K posts
- 2. Alix 10.8K posts
- 3. Dylan 33.1K posts
- 4. Robert 100K posts
- 5. Elaine 35.2K posts
- 6. Carrie Ann 3,541 posts
- 7. Anthony Black 2,357 posts
- 8. Drummond 2,424 posts
- 9. #WWENXT 7,221 posts
- 10. Suggs 2,322 posts
- 11. Jalen Johnson 3,724 posts
- 12. Ezra 10.9K posts
- 13. Sixers 3,887 posts
- 14. Godzilla 31.6K posts
- 15. #DancingWithTheStars 1,214 posts
- 16. #NXTGoldRush 5,776 posts
- 17. CJ McCollum 1,581 posts
- 18. Bruce Pearl N/A
- 19. Wizards 8,654 posts
- 20. #iubb N/A