|
|
|
|
LEADER |
00000cam a2200000Mi 4500 |
001 |
EBSCO_on1024273826 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n|---||||| |
008 |
180224s2018 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d NLE
|d CHVBK
|d OCLCO
|d MERUC
|d IDB
|d YDX
|d OCLCQ
|d OCLCF
|d VT2
|d TEFOD
|d OCLCQ
|d LVT
|d C6I
|d N$T
|d ZCU
|d UKAHL
|d UKMGB
|d OCLCQ
|d LOY
|d OCLCO
|d NZAUC
|d OCLCQ
|d OCLCA
|d OCLCO
|
015 |
|
|
|a GBB838158
|2 bnb
|
016 |
7 |
|
|a 018758008
|2 Uk
|
019 |
|
|
|a 1026240781
|
020 |
|
|
|a 9781787286634
|q (electronic bk.)
|
020 |
|
|
|a 1787286630
|q (electronic bk.)
|
020 |
|
|
|a 1787285219
|
020 |
|
|
|a 9781787285217
|
024 |
3 |
|
|a 9781787285217
|
029 |
1 |
|
|a CHNEW
|b 000987171
|
029 |
1 |
|
|a CHVBK
|b 509400884
|
029 |
1 |
|
|a UKMGB
|b 018758008
|
029 |
1 |
|
|a AU@
|b 000066233102
|
029 |
1 |
|
|a AU@
|b 000067022859
|
029 |
1 |
|
|a AU@
|b 000067108370
|
035 |
|
|
|a (OCoLC)1024273826
|z (OCoLC)1026240781
|
037 |
|
|
|a B06447
|b 01201872
|
037 |
|
|
|a E8D38E48-D635-4C36-8FFC-10FC3AFAC960
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.P98
|b H493 2018eb
|
072 |
|
7 |
|a COM
|x 051360
|2 bisacsh
|
082 |
0 |
4 |
|a 005.133
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Heydt, Michael.
|
245 |
1 |
0 |
|a Python Web Scraping Cookbook :
|b Over 90 proven recipes to get you scraping with Python, micro services, Docker and AWS.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2018.
|
300 |
|
|
|a 1 online resource (356 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Title Page; Copyright and Credits; Contributors; Packt Upsell; Table of Contents; Preface; Chapter 1: Getting Started with Scraping; Introduction; Setting up a Python development environment ; Getting ready; How to do it ... ; Scraping Python.org with Requests and Beautiful Soup; Getting ready ... ; How to do it ... ; How it works ... ; Scraping Python.org in urllib3 and Beautiful Soup; Getting ready ... ; How to do it ... ; How it works; There's more ... ; Scraping Python.org with Scrapy; Getting ready ... ; How to do it ... ; How it works; Scraping Python.org with Selenium and PhantomJS.
|
505 |
8 |
|
|a Getting readyHow to do it ... ; How it works; There's more ... ; Chapter 2: Data Acquisition and Extraction; Introduction; How to parse websites and navigate the DOM using BeautifulSoup; Getting ready; How to do it ... ; How it works; There's more ... ; Searching the DOM with Beautiful Soup's find methods; Getting ready; How to do it ... ; Querying the DOM with XPath and lxml; Getting ready; How to do it ... ; How it works; There's more ... ; Querying data with XPath and CSS selectors; Getting ready; How to do it ... ; How it works; There's more ... ; Using Scrapy selectors; Getting ready; How to do it ...
|
505 |
8 |
|
|a How it worksThere's more ... ; Loading data in unicode / UTF-8; Getting ready; How to do it ... ; How it works; There's more ... ; Chapter 3: Processing Data; Introduction; Working with CSV and JSON data; Getting ready; How to do it; How it works; There's more ... ; Storing data using AWS S3; Getting ready; How to do it; How it works; There's more ... ; Storing data using MySQL; Getting ready; How to do it; How it works; There's more ... ; Storing data using PostgreSQL; Getting ready; How to do it; How it works; There's more ... ; Storing data in Elasticsearch; Getting ready; How to do it; How it works.
|
505 |
8 |
|
|a There's more ... How to build robust ETL pipelines with AWS SQS; Getting ready; How to do it -- posting messages to an AWS queue; How it works; How to do it -- reading and processing messages; How it works; There's more ... ; Chapter 4: Working with Images, Audio, and other Assets; Introduction; Downloading media content from the web; Getting ready; How to do it; How it works; There's more ... ; Â Parsing a URL with urllib to get the filename; Getting ready; How to do it; How it works; There's more ... ; Determining the type of content for a URLÂ ; Getting ready; How to do it; How it works.
|
505 |
8 |
|
|a There's more ... Determining the file extension from a content type; Getting ready; How to do it; How it works; There's more ... ; Downloading and saving images to the local file system; How to do it; How it works; There's more ... ; Downloading and saving images to S3; Getting ready; How to do it; How it works; There's more ... ; Â Generating thumbnails for images; Getting ready; How to do it; How it works; Taking a screenshot of a website; Getting ready; How to do it; How it works; Taking a screenshot of a website with an external service; Getting ready; How to do it; How it works; There's more ...
|
500 |
|
|
|a Performing OCR on an image with pytesseract.
|
520 |
|
|
|a Python Web Scraping Cookbook is a solution-focused book that will teach you techniques to develop high-performance Scrapers, and deal with cookies, hidden form fields, Ajax-based sites, proxies, and more. By the end of this book, you will be able to scrape websites more efficiently with more accurate data, and how to package, deploy and ...
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Python.
|
650 |
|
0 |
|a Web usage mining.
|
650 |
|
0 |
|a Cloud computing.
|
650 |
|
6 |
|a Analyse du comportement des internautes.
|
650 |
|
6 |
|a Infonuagique.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Python.
|2 bisacsh
|
650 |
|
7 |
|a Cloud computing
|2 fast
|
650 |
|
7 |
|a Web usage mining
|2 fast
|
700 |
1 |
|
|a Zeng, Jay.
|
776 |
0 |
8 |
|i Print version:
|a Heydt, Michael.
|t Python Web Scraping Cookbook : Over 90 proven recipes to get you scraping with Python, micro services, Docker and AWS.
|d Birmingham : Packt Publishing, ©2018
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1712732
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH33909169
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL5301591
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1712732
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15164789
|
994 |
|
|
|a 92
|b IZTAP
|