Select Page

PyBind is great!

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