Description
In this course, you will learn :
- Construct a Python environment.
- Make and run a virtual environment.
- Create a Python script.
- Create a Python script prototype.
- Python script is used to extract data from a webpage.
- Save extracted data automatically.
Syllabus :
1. Introduction
- What is web scraping
- What we will scrape
- Inspecting HTML Elements
2. Environment Setup
- Installing Python on Windows
- Installing Python on Macs
- Installing Python on Linux
- Create a virtual environment on Window
- Activate virtual environment on Windows
- Create a virtual environment on Macs
- Activate virtual environment on Macs
- Create a virtual environment on Linux
- Activate virtual environment on Linux
- Installing Beautiful Soup
3. Extracting Data Using Python
- Building the script
- Running script to scrape data