by Chris | Apr 9, 2018 | C++, Code, Python
I recently came across (thanks to Nicolas D.) a great library called PyBind that originally was a condensed part of Boost dealing with Python interfacing. It allows to bind C++ and Python in many ways, relies heavily on meta-programmation (it is headers-only). With...
Recent Comments