3 Python projects anyone can build
Welcome back! Python is an awesome programming language with tons of capability, but you maybe a beginner of Python and want to see some basic projects you can build out, so let’s take a look at some of my favorite Python projects anyone can build. First off, make sure to have Python installed on your machine, if not, you can always run most of these projects on Google Colab, here is a link to that:
With that basic introduction out of the way, let’s get into some of these projects!
Scraping Data From Youtube
Starting off we have a basic web scraping project with Youtube, this project is great for beginners because we get to see the basic structure of scraping data, but also storing / displaying that data to a user, here is a link to this full tutorial: