Member-only story
Python projects you can build today
Welcome back! Python is one of my favorite programming languages to use, if you’re new to Python, check out the link below to learn more about it:
https://preettheman.medium.com/everything-you-need-to-know-about-python-in-2022-abc5a386137f
So, let’s talk about some awesome Python projects you can actually build out today!
Building Basic Websites
One of the coolest things you can do with Python is web development, luckily for us, there are many different web frameworks you can use with Python, this tutorial covers how to build basic websites with Python:
https://preettheman.medium.com/build-a-basic-website-with-python-5e1bd36a476b
By building out this project, you will have a basic understanding of web development, as well as understanding the basics of using a CLI as well!