Best Python projects to finish in a weekend
4 min readJan 30, 2022
Welcome back! Python is one of my favorite programming languages out there, if you’re new to Python, check out the link below to learn more about it:
So, let’s talk about some of the best Python project to finish in a weekend!
Scrape Data From Instagram
First up we have data scraping from Instagram with Python, this is a bit more complex than others on this list but it has an insane amount of value, check out the tutorial below to build out this project:
This project uses the very popular web scraping package Selenium to scrape some data from Instagram. This project can also be…