Easy Python Projects For Your Resume
4 min readFeb 12, 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 “easy” Python projects you should put on your resume!
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…