1 Réponse
+ 2
Hi! Where python is used in game development:
- in-game modding, 
- server controls, 
- internal game logic, 
- writing scripts to ensure the modularity of the game. 
 Python is mainly used for writing scripts — such as character interactions, launching scenes, and event handling.



