New to panda3d

The important parts of the engine are in C++, even if you use Python. Unless you are doing something very CPU intense every frame in your Python script, then it should run as fast at pure C++ (for a given value of ‘as fast as’-ness).