Member-only story
Best Python projects for beginner Data Scientists!
Welcome back! Let’s go ahead and talk about some of my favorite projects to start off with when using Python. There are probably better / easier projects out there, but this is my article so I get to choose what goes on here ☺️ Luckily for you every project I talk about in this article i’ve already coded out and written articles on, so i’ll leave those linked within the posts as well! Let’s get started!
1. Scraping Google Trends data
One of my favorite things to do is web scraping, it’s very important for almost any programmer to know how to do this (especially data analysts / scientists). With this project you understand how to use web scraping packages within Python, you learn a bit about certain HTML variables and how to inspect them within your browser, you also learn how to store these attributes into a variable that you can print out, or even store into a dataset to manipulate further. Click here to view the article that I posted on exactly how to do this.
Adding to this project: After going through that post I created, to make this project even more valuable, I would recommend looking into adding more keywords to…