Space Invaders Python 3

This is a version of one of my first games in Python using Turtle.  It is Space Invaders. I made this game a few months ago when I started to move from Data Science in Python to making games.

 I had problems with the frame and with finding good images on the internet.  I developed this game with the help of C. Thompson.  He provides good instructions and insights. Going forward, I would like to develop a more advanced Space Invaders game using Pygame.

I believe that modules like Turtle and Pygame are the reason Python is better than SAS, STATA and R. While Python is popular in Data Science, it's Data Science packages are not really more advanced than SAS or R. The big difference is that Python is a bridge to computer science and programming and SAS and R are not.


Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle