Python, C++ interaction

Jeremy Sanders jeremy at jeremysanders.net
Thu Dec 4 03:38:00 EST 2014


Michael Kreim wrote:

> What are you using to wrap C++ classes for Python?

I'm using SIP, as it fits nicely with my PyQt user interface. 
http://www.riverbankcomputing.com/software/sip/intro

It's a pretty flexible and fast way of wrapping C++ and C.

If you want to pass numpy arrays and such, it requires a bit more work, 
however.

Jeremy





More information about the Python-list mailing list