文件名称:Python.Requests.Essentials.1784395412
文件大小:1.26MB
文件格式:PDF
更新时间:2018-07-15 03:43:06
Python
Learn how to integrate your applications seamlessly with web services using Python Requests About This Book A fast-paced guide that demonstrates the use of Python Requests with the help of examples Learn web scraping with Beautiful Soup and Python Requests libraries Interact with social networking sites such as Facebook, Twitter, and Reddit to retrieve data from them Who This Book Is For If you are a Python administrator or developer interested in interacting with web APIs and have a passion for creating your own web applications, this is the book for you. Basic knowledge of Python programming, APIs, and web services will be an advantage. In Detail Python is one of the most popular programming languages of our era; the Python Requests library is one of the world's best clients, with the highest number of downloads. It allows hassle-free interactions with web applications using simple procedures. You will be shown how to mock HTTP Requests using HTTPretty, and will learn to interact with social media using Requests. This book will help you to grasp the art of web scraping with the BeautifulSoup and Python Requests libraries, and will then paddle you through Requests impressive ability to interact with APIs. It will empower you with the best practices for seamlessly drawing data from web apps. Last but not least, you will get the chance to polish your skills by implementing a RESTful Web API with Python and Flask! Table of Contents Chapter 1. Interacting with the Web Using Requests Chapter 2. Digging Deep into Requests Chapter 3. Authenticating with Requests Chapter 4. Mocking HTTP Requests Using HTTPretty Chapter 5. Interacting with Social Media Using Requests Chapter 6. Web Scraping with Python Requests and BeautifulSoup Chapter 7. Implementing a Web Application with Python Using Flask