Is there any game engine that supports python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Is there any game engine that supports python?

Is there any game engine that supports python except pygame. I am good at python but not at c or java. I don't understand classes. So if there any game engine that supports python pls tell me.

21st Nov 2020, 11:48 AM
Aditya
Aditya - avatar
6 ответов
+ 7
If you say "I don't understand classes", then even if you find any game engine which uses python then also you have to work with classes and objects in it. Language can change but concepts will not.
21st Nov 2020, 12:09 PM
Arsenic
Arsenic - avatar
+ 4
Yes you can use python on blender or you can create games using Panda3d library
21st Nov 2020, 11:59 AM
Sudo
Sudo - avatar
+ 2
Game engines dont usually support python due to it being a bad language for games. Python is an interpreted language, which makes it WAY slower than a compiled language, like C++ or C#.
21st Nov 2020, 4:25 PM
Aria
Aria - avatar
+ 2
Looks like I have to learn c/c++ bcoz game engines like blender and panda3d are not mainstream.
22nd Nov 2020, 3:36 AM
Aditya
Aditya - avatar
+ 1
I don't think that any game engine will allow you to use python but some engines uses their own language which is somewhat similar to python like Godot uses GDScript.
21st Nov 2020, 12:28 PM
Mihir Srivastava
+ 1
Martin Taylor Well even though most game engines support scripting languages, the core game itself is usually written in a compiled language. What Aditya asked about was pygame, and I think you'll be hard pressed to find a game engine that supports pygame.
24th Nov 2020, 8:59 PM
Aria
Aria - avatar