As a continuation of the previous post on Python project ideas for Finance, I came up with more beginner-friendly ideas. … More
Tag: webscraping
Ten-Line Alternative to Web-Scraping
Typically, web-scraping can be done with integrated tools such as the read_html() command from the Pandas module. However, in some … More