Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Python Requests Essentials

Posted By: ksveta6
Python Requests Essentials

Python Requests Essentials by Rakesh Vidya Chandra, Bala Subrahmanyam Varanasi
2015 | ISBN: 1784395412 | English | 134 pages | True PDF | 1 MB

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!