Easy Python Projects For Your Resume
Welcome back! Python is an awesome programming language with a bunch of capability, so if your a beginner Python developer you maybe wanting to develop your Python skills, so let’s take a look at some of my favorite projects for Python beginners! Now, although these do range in functionality, they all use Python to develop out these projects, with this long introduction out of the way, let’s get into it!
Scraping Data From Websites
Next up we have website data scraping, specifically with using Selenium, check out the link below to learn more about this project:
This project will show you how to scrape data from websites, whether it’s a complex website or a basic one, this tutorial will show you exactly how to extract data from most websites.
Building a Flask Web Page
Next up we have website development using Python, we also use a very popular package called Flask, here is the tutorial: