Extending python – to swig, not to swig or Cython
You should consider Boost.Python if you are not planning to generate bindings for other languages as well with swig. If you have a lot of functions and classes to bind, Py++ is a great tool that automatically generates the needed code to make the bindings. Pybindgen may also be an option, but it’s a new … Read more