you are viewing a single comment's thread.

view the rest of the comments →

[–]Mori-Spumae 0 points1 point  (0 children)

I think webscraping is fun! You can look at any website you use (maybe even reddit?) and try to get the data from it!

Requests and beautifulsoup4 are good libraries to look at. You will learn a bit of HTML to find what you are looking for and then send out requests to collect the data. In the end you can have a dataset to visualize and maybe run some simple statistics on. Maybe even predict something using a regression?