Scrapy – Python Web Scraping & Crawling for Beginners

Scrapy – Python Web Scraping & Crawling for Beginners
English | Size: 1.66 GB
Category: Python


3.5+ hours of Full HD video material divided into 28 downloadable lectures
Scraping single or multiple websites with Scrapy
Building powerful crawlers and spiders

PluralSight – Scraping Your First Web Page With Python

PluralSight – Scraping Your First Web Page With Python-REBAR
English | Size: 382.85 MB
Category: Tutorial


Web scraping is an important technique that is widely used as the first step in many workflows in data mining, information retrieval, and text-based machine learning. In this course, Scraping your First Web Page with Python, you will gain the ability to apply different scraping techniques including Beautiful Soup, and Scrapy. First, you will learn and use various HTTP client libraries such as Requests, httplib2, and urllib to download HTML content. Next, you will discover how Beautiful Soup is an extremely popular Python library that does better than regex in important ways. You will see how Beautiful Soup fixes up badly formed HTML, and constructs a nice parse tree that can be traversed and queried. Finally, you will add to your toolkit the knowledge of Scrapy, which is a full-fledged web scraping framework that combines the steps of retrieving and parsing web content and does so at production-scale. When you’re finished with this course, you will have the skills and knowledge to identify the relative strengths and use-cases of different web retrieval and scraping technologies such as regular expressions, Beautiful Soup, and Scrapy.

Udemy – Scrapy Python Web Scraping and Crawling for Beginners

Udemy – Scrapy Python Web Scraping and Crawling for Beginners BOOKWARE-SOFTiMAGE
English | Size: 1.71 GB
Category: CBTs

In early 2008, Scrapy was released into this world and it soon became the #1 Web Scraping tool for beginners. Why? It’s because it’s simple enough for beginners yet advanced enough for the pros. Here are some of the use cases