Practical Web Scraping for Data Science : Best Practices and Examples with Python (1st)

個数:
電子版価格
¥13,651
  • 電書あり

Practical Web Scraping for Data Science : Best Practices and Examples with Python (1st)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 306 p.
  • 言語 ENG
  • 商品コード 9781484235812
  • DDC分類 005

Full Description

This book provides a complete and modern guide to web scraping, using Python as the programming language, without glossing over important details or best practices. Written with a data science audience in mind, the book explores both scraping and the larger context of web technologies in which it operates, to ensure full understanding. The authors recommend web scraping as a powerful tool for any data scientist's arsenal, as many data science projects start by obtaining an appropriate data set.

Starting with a brief overview on scraping and real-life use cases, the authors explore the core concepts of HTTP, HTML, and CSS to provide a solid foundation. Along with a quick Python primer, they cover Selenium for JavaScript-heavy sites, and web crawling in detail. The book finishes with a recap of best practices and a collection of examples that bring together everything you've learned and illustrate various data science use cases.

What You'll Learn

Leverage well-established best practices and commonly-used Python packages

Handle today's web, including JavaScript, cookies, and common web scraping mitigation techniques
Understand the managerial and legal concerns regarding web scraping

Who This Book is For
A data science oriented audience that is probably already familiar with Python or another programming language or analytical toolkit (R, SAS, SPSS, etc). Students or instructors in university courses may also benefit. Readers unfamiliar with Python will appreciate a quick Python primer in chapter 1 to catch up with the basics and provide pointers to other guides as well.

Contents

Part I: Web Scraping Basics.- 1. Introduction.- 2. The Web Speaks HTTP.- 3. Stirring the HTML and CSS Soup.- Part II: Advanced Web Scraping.- 4. Delving Deeper in HTTP.- 5. Dealing with JavaScript.- 6. From Web Scraping to Web Crawling.- Part III: Managerial Concerns and Best Practices.- 7. Managerial and Legal Concerns.- 8. Closing Topics.- 9. Examples.