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!
Extract Data From PDF

Starting off we have a fairly easy project o build out, extracting data from PDF’s! Check out the link below for the full tutorial to build out this project:
This project covers parsing out data from a PDF, storing it as a variable and even plotting out the most frequent words from the PDF. This is a very powerful project that can help you understand the data extraction process with Python.
Building An Image Classifier
Next up, one of the more complicated projects on this list, we can actually build out an image classifier with TensorFlow and Python!
Luckily for us, this project is pretty much already built out on Google Colab, so all you have to do is follow along and run this project. If you’re planning on doing any machine learning, this is definitely a project you want to be familiar with.
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:
https://preettheman.medium.com/this-new-python-package-builds-awesome-guis-150defda7915
This tutorial showcases the basics of GUI development, as well as the capability behind Python for software development!
Scraping Data From Youtube

Next up we have web scraping with Youtube, this takes a bit of a different approach than the first tutorial on this page, mostly because we’re using a different package, here is that tutorial:
https://preettheman.medium.com/how-to-scrape-data-from-youtube-using-python-89f4f8ca4ddd
The specific package we’re using is Selenium, this is a very powerful web scraper that also allows us to control the web page (almost as if a user was using the website). In my opinion, this is my favorite web scraper with Python, if you plan on getting into web scraping or automation, this is a must read for sure!
There you have it! Those are some awesome Python projects you can build out today! Do you plan on building out any of these projects? I would love to hear your thoughts about this!
As Always
if you have any suggestions, thoughts, or just want to connect, feel free to contact/follow me on Twitter! Also, below is a link to some of my favorite resources for learning programming, Python, R, Data Science, etc
Thanks so much for reading!
