Python Projects You Can Build If You’re Bored
--
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:
Now, let’s take a look at some Python projects you can build if you’re bored.
Build Super Mario With Python
Next up we have another game, this time we’re building Super Mario with Python! Check out the link below to build out this project:
This project also uses Pygame, a very popular game engine for Python. What’s awesome about this project is that it showcases the range you have with Python, this language can be extremely awesome for 2D game development.
YouTube Video Downloader
First up we have the Youtube video downloader project, this project covers the basics of downloading YouTube videos with Python, check out the link below to view the entire project:
Build Awesome GUI’s
Another awesome thing we can build with Python are GUI’s, there are many different GUI packages for Python, this tutorial covers one of these packages: