That's a good question. The way to use TurboActivate from a Python app is to use the ctypes "foreign function library" to call the appropriate TurboActivate functions. You can open the TurboActivate.h file to see the function definitions. Then just use the ctypes python library to call the libTurboActivate.dylib functions from your app.
Tell me if that helps.