Possible Duplicate:
How can I use C++ class in Python?
I am designing a software in python but I am experiencing some memory problems while implementing it with python so I am planning to extend my software with C++. So I was thinking can I use C++ defined class and use it in python as Superclass and override some of its methods?