I always forget that it is not trivial to create Python binding for a C++ program. There had been several attempts over the past decade, but I lost track of them. The only project that I know is used in production is https://wiki.qt.io/Qt_for_Python/Shiboken for Qt bindings. If Python people are able to use at least something from Python and there is a catchy tutorial about how port you favorite missing functions from C++ API to Python, then I am sure more people will follow. I mean I would definitely try this given a lil bit more free time. =)