Extending Python with C/C++

c, c++, python

Solution

I'll add the obligatory reference to Boost.Python for C++ stuff.

Problem

Can anyone please give me tips on the tools or sofware to use to extend Python with C/C++? Thanks.

Original source

Related problems