Fun Python projects you can build!
Welcome back! Python is an amazing language with a ton of capability, if you’re new to Python, check out the link below to learn more about this language:
So, let’s talk about some fun projects you can build out with Python!
Building Flappy Bird
First up we have a bit of a random project, but it’s still an extremely important project someone can build. By using the pygame package we can develop different games, including flappy bird! Here is that tutorial:
Like I mentioned, whether you’re going into game development or not it’s still important to understand this type of programming. Since we’re using Python it’s still fairly relevant. I don’t plan on going into game development (full time) but I did learn alot from following this code.