Possible Duplicate:
Integrate Python And C++
I am the python GUY and do web stuff in django. I want to know that how easy or hard it is to integrate python and C++ using SWIG.
Is it efficient/easy to do or should leave C++ and code the things in python.
There are some things C++ files which have been coded already by the past programmers. I know that SWIG is used to integrate languages but i don't know what practical implications or problems are there for using it.
or There is no use of it and re-writing code in Python is the better choice.