Searching information or collecting data is the first and essence step in many workflows, such as, stock trading, data mining, or machine learning. The web is a giant database can provide all these information. However, going to the websites and copying data manually can take hours of time and is not a feasible way for repetitive tasks.
Python has rich set of scraping libraries which you can automate the data extraction process. In this course, you will learn using Requests to download web pages and parsing them with Beautiful Soup. The extracted data will then be processed and saved to CSV files or Excel files.
This hands on course is supplemented with different examples in which students can practice with.