Panda3D, what

Hello, I’m new to the panda3d engine and I have a few questions.

1.Is Panda3D C++ or Python based? Because I don’t know any python.
2.I saw the section Scripting on this forum and I’m wondering what is that.Panda3D engine based on scripting and not coding or what?

I’d appreciate any reply.

  1. The core of the Panda3D engine is written in C++. It also has a complete Python interface that presents the core functionality as a series of Python objects. Some people choose not to use the Python interface at all, and just use Panda as a C++ library. You are certainly free to do so as well; you will find it is a full-featured graphics engine in either language.

  2. Scripting is another word for coding.

David