Want to accelerate your Python project with C++? A tutorial on developing numerical C++ extensions in Python with #pybind11 🎉. Covering workflow on writing, profiling, and publishing the package! See it at github.com/xflash96/pybin…


How to pass pytorch loss function to c++ code in pytorch c++ extension? stackoverflow.com/questions/6785… #pytorch #cpp #pybind11

overflow_meme's tweet image. How to pass pytorch loss function to c++ code in pytorch c++ extension? stackoverflow.com/questions/6785… #pytorch #cpp #pybind11

How to get the OpenCV image from Python and use it in C++ in pybind11? stackoverflow.com/questions/6091… #python #pybind11 #cpp #opencv

overflow_meme's tweet image. How to get the OpenCV image from Python and use it in C++ in pybind11? stackoverflow.com/questions/6091… #python #pybind11 #cpp #opencv

Sphinx not formatting overloaded python function parameters correctly stackoverflow.com/questions/6643… #pythonsphinx #sphinx #pybind11

overflow_meme's tweet image. Sphinx not formatting overloaded python function parameters correctly stackoverflow.com/questions/6643… #pythonsphinx #sphinx #pybind11

c++ pybind11 separation of module declaration and codes that expose functions and classes stackoverflow.com/questions/6504… #boostpython #pybind11 #cpp

overflow_meme's tweet image. c++ pybind11 separation of module declaration and codes that expose functions and classes stackoverflow.com/questions/6504… #boostpython #pybind11 #cpp

Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019

fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019
fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019
fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019
fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019

Just released #Python bindings (based on #pybind11) to the ifm3d C++ library for the @ifm_USA O3D/O3X 3D Cameras -- Lets you manage the camera and work with pixel data as numpy arrays! Details here: github.com/ifm/ifm3d/blob…

theseankelly's tweet image. Just released #Python bindings (based on #pybind11) to the ifm3d C++ library for the @ifm_USA O3D/O3X 3D Cameras -- Lets you manage the camera and work with pixel data as numpy arrays! Details here: github.com/ifm/ifm3d/blob…

aaaaand got automatic python binding generation working too, as a small layer on top of #pybind11 #Python #cpp

jcelerie's tweet image. aaaaand got automatic python binding generation working too, as a small layer on top of #pybind11 
#Python #cpp

We are making good progress on the #pybind11 python bindings. If you are willing to beta-test privately, please DM me. Requirements are: Windows 10, python 3.9.X. No prior or a de-activated installation of topologic python bindings. Installation and Testing are trivial.

topologicBIM's tweet image. We are making good progress on the #pybind11 python bindings. If you are willing to beta-test privately, please DM me. Requirements are: Windows 10, python 3.9.X. No prior or a de-activated installation of topologic python bindings. Installation and Testing are trivial.

Le 11 decembre a 19h, Gilles Chaley d'ATOS va nous presenter #pybind11, le framework pour exposer des types #cplusplus en #Python. Lieu a determiner. Inscriptions au meetup.com/Groupe-dutilis…

mjbright's tweet image. Le 11 decembre a 19h, Gilles Chaley d'ATOS va nous presenter #pybind11, le framework pour exposer des types #cplusplus  en #Python.  Lieu a determiner.  Inscriptions au meetup.com/Groupe-dutilis…

RT @_powei: Want to accelerate your Python project with C++? A tutorial on developing numerical C++ extensions in Python with #pybind11 🎉. Covering workflow on writing, profiling, and publishing the package! See it at bit.ly/3rkfNvi bit.ly/34A79iD #mw via @…


tip #pybind11 可用于耗时部分加速


RT @_powei: Want to accelerate your Python project with C++? A tutorial on developing numerical C++ extensions in Python with #pybind11 🎉. Covering workflow on writing, profiling, and publishing the package! See it at bit.ly/38mm4y2 bit.ly/3pdgMLX #mw via @…


Just released the latest and greatest xtensor-python 0.19.0! Now you can use structs (i.e. complicated dtypes) and pass them from C++ to Python and vice versa (big shout-out to #pybind11 for their fantastic work!) and faster iterators thanks to static layouts!


專注在學習的時候, 我們常會為了紀錄與分享而書寫, 不帶其它目的。 學到一項新事物,找到一個新工具, 覺得好方便、好有趣, 趕快寫一篇推文脆文,讓大家都知道。 這是很多程式員的心情寫照。 寫了幾十年程式以後,雖然這種分享的心情還在, 但不得不承認淡了一點。 最近被問到一個 #pybind11

打算開始規畫寫一些早七上課的經驗。上課的內容沒有時間那麼重要。提早準備,事情可以作得又好又快。



looking to get started working th pybind11 and pytorch c++ api Can someone list down some good resources for these? #PyTorch #pybind11 #DeepLearning


you can use python to bind pretty much any #CUDA/#OpenCL code or libraries if the feature is desired in python. we use GPU for photon simulations, and my student wrote python wrappers using #pybind11

Official MCX python binding #pymcx has been merged on github, thanks to our talented PhD student @matinraayai github.com/fangq/mcx/pull… Everything is in-memory, just like #mcxlab. call pymcx.mcx() with cfg-like keywords or a dict. Output volume is a numpy array or array.array.

FangQ's tweet image. Official MCX python binding #pymcx has been merged on github, thanks to our talented PhD student @matinraayai

github.com/fangq/mcx/pull…

Everything is in-memory, just like #mcxlab. call pymcx.mcx() with cfg-like keywords or a dict. Output volume is a numpy array or array.array.


I should also point out iminuit iminuit.readthedocs.io/en/stable/inde… (which is an optional @pyhf_ optimizer). It provides a super clean Python API through #pybind11 bindings to MINUIT2 (literally same code as in ROOT pulled in as a submodule) in addition to great interactivity options.


PythonとC++とそこそこメジャーな言語を扱っていると思ってたら、PythonとC++のはざまにいてあんまりメジャーじゃないのではと思い始めた。 #pybind11 #python #cpp


pipでinstallしたモジュールをpybind11でmodule_::importをしようとしてもname errorになる。 なんでだ。。 #pybind11 #python


The process was pretty smooth, though (thanks to #pybind11 and #xtensor), and it was fun working on it! I’d be willing to explore this pathway more, but I’d need to find funding for that… 3/3


aaaaand got automatic python binding generation working too, as a small layer on top of #pybind11 #Python #cpp

jcelerie's tweet image. aaaaand got automatic python binding generation working too, as a small layer on top of #pybind11 
#Python #cpp

How to access pybind11 array_t<> data pointer in debugger stackoverflow.com/questions/6168… #pybind11 #c++

overflow_meme's tweet image. How to access pybind11 array_t&amp;lt;&amp;gt; data pointer in debugger stackoverflow.com/questions/6168… #pybind11 #c++

Currently removing Boost from Psi4! #pybind11

PSI_Code's tweet image. Currently removing Boost from Psi4! #pybind11

How to pass pytorch loss function to c++ code in pytorch c++ extension? stackoverflow.com/questions/6785… #pytorch #cpp #pybind11

overflow_meme's tweet image. How to pass pytorch loss function to c++ code in pytorch c++ extension? stackoverflow.com/questions/6785… #pytorch #cpp #pybind11

How to get the OpenCV image from Python and use it in C++ in pybind11? stackoverflow.com/questions/6091… #python #pybind11 #cpp #opencv

overflow_meme's tweet image. How to get the OpenCV image from Python and use it in C++ in pybind11? stackoverflow.com/questions/6091… #python #pybind11 #cpp #opencv

一区切りついたので、昼飯に行こう。 #python #C++ #pybind11

YuKawamura2's tweet image. 一区切りついたので、昼飯に行こう。

#python #C++ #pybind11

Sphinx not formatting overloaded python function parameters correctly stackoverflow.com/questions/6643… #pythonsphinx #sphinx #pybind11

overflow_meme's tweet image. Sphinx not formatting overloaded python function parameters correctly stackoverflow.com/questions/6643… #pythonsphinx #sphinx #pybind11

c++ pybind11 separation of module declaration and codes that expose functions and classes stackoverflow.com/questions/6504… #boostpython #pybind11 #cpp

overflow_meme's tweet image. c++ pybind11 separation of module declaration and codes that expose functions and classes stackoverflow.com/questions/6504… #boostpython #pybind11 #cpp

It took me roughly one hour to learn basics of #pybind11 and expose basic #Magnum math structures to #Python in under 100 lines. I'm beyond impressed, this is almost too easy! 😍 #cpp11 #gamedev #scripting

czmosra's tweet image. It took me roughly one hour to learn basics of #pybind11 and expose basic #Magnum math structures to #Python in under 100 lines. I&apos;m beyond impressed, this is almost too easy! 😍 #cpp11 #gamedev #scripting

Le 11 decembre a 19h, Gilles Chaley d'ATOS va nous presenter #pybind11, le framework pour exposer des types #cplusplus en #Python. Lieu a determiner. Inscriptions au meetup.com/Groupe-dutilis…

mjbright's tweet image. Le 11 decembre a 19h, Gilles Chaley d&apos;ATOS va nous presenter #pybind11, le framework pour exposer des types #cplusplus  en #Python.  Lieu a determiner.  Inscriptions au meetup.com/Groupe-dutilis…

Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019

fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019
fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019
fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019
fmrwhy's tweet image. Wenzel Jakob on the nature of academic software development (quick-and-dirty balance/tradeoff with solid software engineering), with concrete suggestions for managing such a development workflow. Very interesting and motivational story from his #pybind11 experience #OSIP2019

aaaaand got automatic python binding generation working too, as a small layer on top of #pybind11 #Python #cpp

jcelerie's tweet image. aaaaand got automatic python binding generation working too, as a small layer on top of #pybind11 
#Python #cpp

Just released #Python bindings (based on #pybind11) to the ifm3d C++ library for the @ifm_USA O3D/O3X 3D Cameras -- Lets you manage the camera and work with pixel data as numpy arrays! Details here: github.com/ifm/ifm3d/blob…

theseankelly's tweet image. Just released #Python bindings (based on #pybind11) to the ifm3d C++ library for the @ifm_USA O3D/O3X 3D Cameras -- Lets you manage the camera and work with pixel data as numpy arrays! Details here: github.com/ifm/ifm3d/blob…

Want to accelerate your Python project with C++? A tutorial on developing numerical C++ extensions in Python with #pybind11 🎉. Covering workflow on writing, profiling, and publishing the package! See it at github.com/xflash96/pybin…


We are making good progress on the #pybind11 python bindings. If you are willing to beta-test privately, please DM me. Requirements are: Windows 10, python 3.9.X. No prior or a de-activated installation of topologic python bindings. Installation and Testing are trivial.

topologicBIM's tweet image. We are making good progress on the #pybind11 python bindings. If you are willing to beta-test privately, please DM me. Requirements are: Windows 10, python 3.9.X. No prior or a de-activated installation of topologic python bindings. Installation and Testing are trivial.

RT @_powei: Want to accelerate your Python project with C++? A tutorial on developing numerical C++ extensions in Python with #pybind11 🎉. Covering workflow on writing, profiling, and publishing the package! See it at bit.ly/3rkfNvi bit.ly/34A79iD #mw via @…


Loading...

Something went wrong.


Something went wrong.


United States Trends