Video description
See the in-depth capabilities of Python’s web scraping tools
About This Video
Get hands-on solutions that will take your web scraping skills in Python to the next level
This is your one-stop solution for common and not-so-common issues while performing web scraping with Python
Understand a web page’s structure and collect meaningful data from a website with ease
In Detail
Python is a high-level programming language used for general-purpose programming. It has a design philosophy which emphasizes code readability and a syntax which allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.
This video course is a rich collection of recipes that will come in handy when you are scraping a website using Python, addressing your usual and unusual problems while scraping websites by diving deep into the capabilities of Python’sweb scraping tools such as Selenium, BeautifulSoup, and urllib2. The video will start with showing how to use selenium module for scraping by setting up a web driver, debugging with the Console and downloading files and streamlining with a Headless Browser (PhantomJS). The video will then move on to demonstrate how to do parsing with Beautifulsoup which would include introduction to the BeautifulSoupObjects, Nested Selectors and Regular Expressions Basics and how to do UTF-8 Encoding. The video will finally end by showing how to do fetching with urlib2 by using the developer tools Network tab, how to bypass the browser and retrieve files.
By The end of this video, you will be successfully able to understand the in-depth capabilities of python web scraping tools.
Table of contents
-
Chapter 1 : Scraping with Selenium
- The Course Overview 00:02:44
- When to Web Scrape 00:02:57
- What Makes up a Website 00:09:50
- How to Interact with a Website 00:08:32
- Using the Selenium Module 00:12:12
- Ethical Web Scraping 00:04:39
-
Chapter 2 : Parsing with BeautifulSoup
- Requesting HTML 00:09:14
- Using the BeautifulSoup Module 00:13:18
- Example: Parsing Wikipedia 00:11:22
-
Chapter 3 : Fetching the urlib2 and API’s
- Bypassing the Browser 00:04:25
- Introduction to APIs 00:04:59
- Working with APIs 00:11:52
Product information
- Title: Getting Started with Python Web Scraping
- Author(s):
- Release date: March 2017
- Publisher(s): Packt Publishing
- ISBN: 9781787283244
You might also like
book
Python Web Scraping - Second Edition
Successfully scrape data from any website with the power of Python 3.x About This Book A …
video
The Complete Python Course
Go from beginner to expert in Python by building projects. The best investment for your Python …
video
Python A-Z - Learn Python Programming By Building 5 Projects
Python programming masterclass for beginners – learn all about Python 3 with object-oriented concepts, five projects …
video
Data Analysis with Pandas and Python
Analyze data quickly and easily with Python's powerful panda library! All datasets included --- beginners welcome! …