Is it difficult to develop a game with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Is it difficult to develop a game with python?

I know there are other languages for game development. But what about python?

18th Jan 2021, 6:58 PM
Saba
Saba - avatar
4 Answers
+ 5
You can do games by using Pygame. The problem is that Python is really slow. The speed determines the graphics of a game. https://www.sololearn.com/Discuss/1194744/?ref=app https://www.sololearn.com/Discuss/1211091/?ref=app
18th Jan 2021, 7:14 PM
Gabriele Gatti
Gabriele Gatti - avatar
+ 1
You may use Godot Engine. It doesn't support Python, but Godot has its own lenguage (Gdscript) optimized for game development, VERY similar to Python and easy to learn.
18th Jan 2021, 7:34 PM
ChronoRevers
ChronoRevers - avatar
0
There are many libraries for gui développement in python like tkinter turtle pygame kivy ...But other languages are faster in gui développement like c cpp java...
18th Jan 2021, 7:22 PM
HBhZ_C
HBhZ_C - avatar
20th Jan 2021, 6:49 PM
Karim Taha
Karim Taha - avatar