zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[TalkPython] Consuming HTTP Services in Python (2020) [En]
magnet:?xt=urn:btih:40982a7865f2a59c94b2ab808a07ebc3f372f883&dn=[TalkPython] Consuming HTTP Services in Python (2020) [En]
磁力链接详情
文件列表详情
40982a7865f2a59c94b2ab808a07ebc3f372f883
infohash:
76
文件数量
1.86 GB
文件大小
2023-3-4 21:14
创建日期
2024-11-11 13:00
最后访问
相关分词
TalkPython
Consuming
HTTP
Services
in
Python
2020
En
09 Calling SOAP services from Python/55 Blog explorer Via SOAP and suds.mp4 131.75 MB
01 Welcome to the course/1 Welcome to the course and what well cover.mp4 23.4 MB
01 Welcome to the course/2 Course setup Python 3 and a little 2.mp4 8.57 MB
01 Welcome to the course/3 Editor options and PyCharm.mp4 4.51 MB
01 Welcome to the course/4 Exploring APIs with Postman.mp4 3.14 MB
01 Welcome to the course/5 Get the source code for the course.mp4 4.55 MB
01 Welcome to the course/6 Video player A quick feature tour.mp4 4.87 MB
02 The service landscape/7 Service type Raw sockets.mp4 8.07 MB
02 The service landscape/8 Service type SOAP.mp4 25.6 MB
02 The service landscape/9 Service type HTTP and REST.mp4 6.68 MB
02 The service landscape/10 Service type Message queues.mp4 1.91 MB
03 Initial HTTP GET requests with the requests package/11 Getting started with requests.mp4 6.83 MB
03 Initial HTTP GET requests with the requests package/12 A clean environment for our course.mp4 55.15 MB
03 Initial HTTP GET requests with the requests package/13 Installing requests in PyCharm.mp4 18.69 MB
03 Initial HTTP GET requests with the requests package/14 Concept installing requests.mp4 3.37 MB
03 Initial HTTP GET requests with the requests package/15 A simple GET with requests.mp4 23.04 MB
03 Initial HTTP GET requests with the requests package/16 Concept A simple GET with requests.mp4 2.83 MB
04 Reading JSON data with requests/17 Working with JSON from Python.mp4 2.2 MB
04 Reading JSON data with requests/18 Demo JSON from Python.mp4 35.33 MB
04 Reading JSON data with requests/19 Concept JSON from Python.mp4 3.92 MB
04 Reading JSON data with requests/20 Consuming GitHub JSON API.mp4 90.74 MB
04 Reading JSON data with requests/21 Concept Consuming GitHub JSON API.mp4 1.78 MB
05 XML services with requests/22 XML chapter introduction.mp4 1.36 MB
05 XML services with requests/23 Working with XML from Python.mp4 102.43 MB
05 XML services with requests/24 Concept Working with XML from Python.mp4 9.69 MB
05 XML services with requests/25 Consuming XML data from an HTTP service.mp4 71.43 MB
05 XML services with requests/26 Concept Consuming XML data from an HTTP service.mp4 2.37 MB
06 Binary data from services (and elsewhere)/27 Binary data from services introduction.mp4 1.91 MB
06 Binary data from services (and elsewhere)/28 A podcast MP3 downloader binary downloader.mp4 111.86 MB
06 Binary data from services (and elsewhere)/29 Concept Binary downloads with requests.mp4 2.73 MB
07 Consuming RESTful HTTP services/30 HTTP and REST building blocks.mp4 7.76 MB
07 Consuming RESTful HTTP services/31 The HTTP verb meanings.mp4 9.65 MB
07 Consuming RESTful HTTP services/32 Exploring the Basecamp HTTP API.mp4 60.98 MB
07 Consuming RESTful HTTP services/33 Introduction to modifying data via HTTP.mp4 1.46 MB
07 Consuming RESTful HTTP services/34 Introducing the Talk Python blog service.mp4 36.33 MB
07 Consuming RESTful HTTP services/35 Welcome to the blog explorer app.mp4 14.44 MB
07 Consuming RESTful HTTP services/36 Blog explorer Getting posts.mp4 40.15 MB
07 Consuming RESTful HTTP services/37 Blog explorer Creating a post.mp4 52.53 MB
07 Consuming RESTful HTTP services/38 Concept Creating a post with requests.mp4 6.09 MB
07 Consuming RESTful HTTP services/39 Blog explorer Updating a post.mp4 53.44 MB
07 Consuming RESTful HTTP services/40 Concept updating a post with requests.mp4 5.32 MB
07 Consuming RESTful HTTP services/41 Blog explorer Deleting a post.mp4 33.61 MB
07 Consuming RESTful HTTP services/42 Concept Deleting a post with requests.mp4 3.17 MB
08 HTTP services with Python builtins/43 Introduction to Pythons builtin HTTP clients.mp4 15.1 MB
08 HTTP services with Python builtins/44 Python 2 Blog explorer with urllib2.mp4 30.94 MB
08 HTTP services with Python builtins/45 Python 2 Blog explorer update a post with urllib2.mp4 41.54 MB
08 HTTP services with Python builtins/46 Python 3 Blog explorer Getting posts with urllibrequest.mp4 18.54 MB
08 HTTP services with Python builtins/47 Python 3 Blog explorer Adding a post with urllibrequest.mp4 29.18 MB
08 HTTP services with Python builtins/48 Python 3 Blog explorer deleting a post with urllibrequest.mp4 52.79 MB
08 HTTP services with Python builtins/49 Concept Python 3s urllib.mp4 8.79 MB
09 Calling SOAP services from Python/50 Introduction to developing with SOAP services.mp4 13.65 MB
09 Calling SOAP services from Python/51 SOAP services from a toolbased ecosystem.mp4 48.47 MB
09 Calling SOAP services from Python/52 Concept SOAP services from a toolbased ecosystem.mp4 5.15 MB
09 Calling SOAP services from Python/53 Introduction to the suds package.mp4 10.16 MB
09 Calling SOAP services from Python/54 Installing suds for Python 3.mp4 21.93 MB
09 Calling SOAP services from Python/56 Concept Using suds.mp4 9.53 MB
09 Calling SOAP services from Python/57 Concept Complex types in suds.mp4 4.77 MB
10 Accessing authenticated HTTP services/58 Introduction to authenticated services.mp4 13.22 MB
10 Accessing authenticated HTTP services/59 Be cautious with basic authentication.mp4 2.96 MB
10 Accessing authenticated HTTP services/60 Authenticated HTTP service overview.mp4 16.29 MB
10 Accessing authenticated HTTP services/61 Making authenticated requests with requests.mp4 33.16 MB
10 Accessing authenticated HTTP services/62 Concept Adding authentication to requests.mp4 2.96 MB
10 Accessing authenticated HTTP services/63 Authenticated requests with Python 3s urllibrequests.mp4 42.69 MB
10 Accessing authenticated HTTP services/64 Concept Authenticated requests with Python 3s urllibrequests.mp4 4.45 MB
10 Accessing authenticated HTTP services/65 Concept Authenticated SOAP services with suds.mp4 7 MB
11 Screen scraping Adding APIs where there are none/66 What is screen scraping and web scraping.mp4 21.66 MB
11 Screen scraping Adding APIs where there are none/67 Survey of screen scraping libraries.mp4 9.79 MB
11 Screen scraping Adding APIs where there are none/68 Scraping Talk Python by leveraging sitemaps.mp4 86.96 MB
11 Screen scraping Adding APIs where there are none/69 Downloading transcript html.mp4 65.58 MB
11 Screen scraping Adding APIs where there are none/70 Finding the title with BeautifulSoup.mp4 49.44 MB
11 Screen scraping Adding APIs where there are none/71 Searching for elements via CSS in BeautifulSoup.mp4 71.37 MB
11 Screen scraping Adding APIs where there are none/72 Concept Scraping with BeautifulSoup.mp4 13.87 MB
11 Screen scraping Adding APIs where there are none/73 What are user agents.mp4 8.48 MB
11 Screen scraping Adding APIs where there are none/74 Controlling your user agent in requests.mp4 27.18 MB
11 Screen scraping Adding APIs where there are none/75 Concept Controlling your user agent in requests.mp4 2.66 MB
12 Conclusion/76 Youve done it.mp4 16.8 MB
其他位置