Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 15 Online
OpenStudy (anonymous):

Anyone ever used Python to make games?

OpenStudy (rsmith6559):

Yes, but it would be challenging to make it run fast enough.

OpenStudy (anonymous):

what about something use the turtle object?

OpenStudy (anonymous):

Python can be used to make games. Even though it's slower than other languages, it is still absolutely feasible for game development. Modern computers are so fast that unless your game is huge you won't have speed problems. http://pygame.org/ is a well-known game framework for Python games.

OpenStudy (anonymous):

FYI, turtle is used for introducing programming to kids. It was not intended to be used for heavy processing of images or games. If you ever need to do image processing, there are a number of modules that do it well. Here's a short list of useful modules for common tasks: http://wiki.python.org/moin/UsefulModules And a comprehensive list: http://pypi.python.org/pypi/ If you can't find what you're looking for here, you'll most likely need to make it yourself.

OpenStudy (anonymous):

thanks bdean20. very specific answer

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!