Using C++ classes in python

Alex Martelli aleax at aleax.it
Wed Jan 29 17:53:35 EST 2003


Michael Andersson wrote:

> Is it possible to create a class in C++ that can be instansiated in a
> python script?

Yes, with a suitable helper library on the C++ side such as
Boost Python (see www.boost.org).


Alex





More information about the Python-list mailing list