Game Developement with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Game Developement with Python

I've recently started learning Python and I would like to ask if there are any good engines that use python as their main language. And if there are any please recommend some youtube courses.

24th Jan 2019, 4:48 PM
Himanshu
15 Answers
25th Jan 2019, 1:38 AM
Hatsy Rei
Hatsy Rei - avatar
+ 9
https://www.pygame.org/
25th Jan 2019, 7:02 PM
Laurent Chretien
Laurent Chretien - avatar
+ 5
Game Engine... No. But python has a 3rd party library situable for games called "Pygame"
25th Jan 2019, 12:26 AM
Mati Paredes
Mati Paredes - avatar
+ 5
I Start learning Creating My Game Using Python. Im using PyGame
25th Jan 2019, 5:29 PM
G.O.D
G.O.D - avatar
+ 4
The Godot game engine is free and uses GDScript which is a Python-like scripting language. It also has full support for C# 7.0 and C++. Check it out at: https://godotengine.org KidsCanCode on YouTube also has some very good step-by-step tutorials to teach game developement with Python using Pygame starting with the very basics. He also has videos on how to use Godot.
25th Jan 2019, 9:17 PM
Jordan Monk
Jordan Monk - avatar
+ 3
Yoi can use pygame for bigger games but for small games you can also use the graphics.py library
25th Jan 2019, 10:00 AM
Julian
Julian - avatar
+ 3
pygame or pygame_sdl2 can be used for making computer games with Python. But if you want to make Mobile games with Python, Kivy may be used for it. Often graphical packages should not be combined.
25th Jan 2019, 4:58 PM
Seb TheS
Seb TheS - avatar
+ 1
Python is not a good choice for games. Since you recently started learning it, you should instead learn C# or Java. I don't know any game engine for Python. But you can try pygame or turtle module. I just finished a simple Space Invaders game in Python and it's all made of turtles. You can download it from this link if you want. 7.4MB .rar file https://drive.google.com/file/d/1sLZGYkE0WPxPoeaiKV_Tjf9-naRhgfjB/view?usp=drivesdk
24th Jan 2019, 11:34 PM
Pedro Tortello
Pedro Tortello - avatar
+ 1
For games be C++, C#, Java. But not Python! Python for Web-develoment.
25th Jan 2019, 7:31 AM
Искандер
Искандер - avatar
+ 1
Python an gaming mix best with projects like MarIO (the machine learning project that learns to play maria) but its still well worth knowing if you want to branch out.
25th Jan 2019, 11:58 AM
Alexander Lacy
Alexander Lacy - avatar
+ 1
nice!!!
26th Jan 2019, 3:21 AM
Santiago Ospina
Santiago Ospina - avatar
+ 1
There is a best game engine compatible with Python is Panada3D which can also be used with PyGame!
26th Jan 2019, 7:54 AM
Suraj Singh
Suraj Singh - avatar
0
Tortello i have learned c# and i m kinda fluent in it but my parents are forcing me to learn python😟
26th Jan 2019, 10:21 AM
Himanshu
0
Himanshu well, to learn Python is not harmful you know. It is fun to learn. You can learn a lot from SoloLearn if you dig into the comments of each lesson.
26th Jan 2019, 10:24 AM
Pedro Tortello
Pedro Tortello - avatar
25th Jan 2019, 2:24 PM
Shekhar Srivastava
Shekhar Srivastava - avatar