Awesome Python Projects To Finish In a Weekend
4 min readJan 22, 2022
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:
So, let’s talk about some awesome Python projects you can finish in a weekend!
Create NFT’s With Python
A very cool project you can build out with Python are NFT’s, luckily for us, we can actually create NFT’s automatically with Python with this project:
Now, this project will probably take you a little bit longer than a weekend, but it’s an awesome way to see the capability behind Python.
Building Flappy Bird
Next up we have a bit of a random project, but it’s still an extremely important project someone can build. By using the…