Is there an easy way to embed python in C/C++?
I'm using visual studio 2010, and the performance of the BigInteger library is really slow compared to how python handles large integers. Is there a way to use python just for the mathematical operations, and C/C++ for the rest?

