Member-only story
Random Python projects you need to build!
Welcome back! I’ve made a few articles talking about some of the best Python projects to build, now lets talk about some random python projects that you can build! These range from games, websites and machine learning!
Build Angry Birds
Our first random project is actually a game, specifically building out Angry Birds with Python, check out the project below to learn more:
This project uses the Pygame and Pymunk packages to build out this game, this is without a doubt one of the more impressive games I’ve seen built with Pygame.
Building an E-commerce Website With Python
Next up we have a web development project, specifically using Flask and Python! Check out the link below to learn more about this project: