#pyo3 search results

#PyO3 做的真丝滑,OpenDAL 的 python binding 最基本的 IO 路径已经跑通了🥵,duckdb 我来啦

OnlyXuanwo's tweet image. #PyO3 做的真丝滑,OpenDAL 的 python binding 最基本的 IO 路径已经跑通了🥵,duckdb 我来啦

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)

mhashemi's tweet image. 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!

hd_nvim's tweet image. 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

cheukting_ho's tweet image. 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

RT How to Make Your Python Packages Really Fast with Rust #pyo3 #programming #tipsandtricks #python #rust dlvr.it/SpvDjS

DrMattCrowson's tweet image. 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-…

nicolas_frankel's tweet image. 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

cheukting_ho's tweet image. #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

EDBPostgres's tweet image. 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)

cheukting_ho's tweet 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)

#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

kanhasoft's tweet image. 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…


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


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…

cheukting_ho's tweet 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/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…


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…

cheukting_ho's tweet 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/py03…

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

EDBPostgres's tweet image. 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)

cheukting_ho's tweet 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)

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

EDBPostgres's tweet image. 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

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

cheukting_ho's tweet image. #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

cheukting_ho's tweet image. 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

More procedural macros %0
CPython PR for new API %100

5 vote · Final results


#PyO3 做的真丝滑,OpenDAL 的 python binding 最基本的 IO 路径已经跑通了🥵,duckdb 我来啦

OnlyXuanwo's tweet image. #PyO3 做的真丝滑,OpenDAL 的 python binding 最基本的 IO 路径已经跑通了🥵,duckdb 我来啦

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!

hd_nvim's tweet image. 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)

mhashemi's tweet image. 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-…

nicolas_frankel's tweet image. 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

DrMattCrowson's tweet image. 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

cheukting_ho's tweet image. 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

EDBPostgres's tweet image. 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

cheukting_ho's tweet image. #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

kanhasoft's tweet image. 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)

cheukting_ho's tweet 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)

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…

cheukting_ho's tweet 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/py03…

Loading...

Something went wrong.


Something went wrong.


United States Trends