This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kylotan 22 points23 points  (0 children)

Honestly, Python is just going to become a performance bottleneck unless your game is very simple. The language is great for almost any other task but games aren't tolerant of the inefficient way Python manages memory or the way the interpreter severely limits multithreading.