Python game development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python game development

A python lesson says: Python can also be used for game development. Usually, it is used as a scripting language for games written in other languages, but it can be used to make games by itself. What does "it is used as a scripting language for games written in other languages" mean? Please explain. Thanks in advance.

3rd Jun 2017, 7:31 AM
Deepesh Choudhary
Deepesh Choudhary - avatar
1 Answer
0
I think it means that it supports games that are written in other languages (such as C++), meaning that it could be combined with the game-language to perform certain operations. Python alone can also be used to create a game on it's own (using something called Pygame)
3rd Jun 2017, 11:54 AM
Roolin
Roolin - avatar