Python and Unity 3d

Hi folks,

i am new here.
I am an enthusiast python programmer of age 16.
This year, in my school, we will start learning about game programming.
The languages that we will learn will be: C# and Java.
I never saw the syntax of the both, but i will do my best to learn.
But i am here to ask one question: Python is a good language for game programming?
I mean, there are some multimedia libraries like Pygame and a graphic librarie like Panda 3D that are good to do games (i think)…
I am asking this because i really love Python.
It has a great clear and strong syntax!
I don’t wanna to loose my Python programming experience!

Thanks in advance,

André Luiz S (@viddhart4d8)

Python is terrible for programming games, I myself am a python programmer and the lack of speed and GPU acceleration is a huge hit when it comes to 2D game, yet alone 3D!! This is mostly due to Python being interpreted and not compiled.

But this is not the place to ask these questions, Stack Overflow is better for this,
Please go there next time,

Benproductions1