Friday, June 12, 2020

Basic Web Scraping Using Python - A Beginner's Guide to using Requests and Selenium

Beginner Guide to Web Scraping Using Python For Requests and Selenium (Live Examples)

 
Web scraping is gathering data from websites for later processing. You can do it manually or automated using softwares like selenium and can be written in different languages.
 
We will try to do web scraping and these set of blogs are for step by step learning on how to scrape data. I divided the blogs into pieces so that you will not have information overload and can learn the different codes to gather data from a website. The website that we are going to scrape is the HTML sample that I uploaded for learning purposes. You can access the following html samples:
 

The codes can be accessed here:

 
 

Python Selenium - A Beginners Guide Series:

 
Hope you learn and enjoy this series!
 
 

1 comment:

  1. thank you for your interest in this tutorial. There is another site I am building for examples. You can check it on https://seleniumbyexamples.github.io

    ReplyDelete

Programming

Basic Web Scraping Using Python - A Beginner's Guide to using Requests and Selenium

Beginner Guide to Web Scraping Using Python For Requests and Selenium (Live Examples)   Web scraping is gathering da...