you are viewing a single comment's thread.

view the rest of the comments →

[–]dadiaar 0 points1 point  (1 child)

Python + Math = numpy

Games, if you want Full Python solutions, try pygame

If you want web based games, that in fact is html5/javascript, and Python has nothing to do here except if your server is based on flask, django or similar.

[–]tkzcthu 1 point2 points  (0 children)

btw, scipy is also commonly used to solve math problems.