sagarsj42 / requests-python-tutorial

Tutorial on requests library of Python for HTTP requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requests Python Tutorial

A Jupyter Notebook to learn and test the functionality of requests library in python for handling HTTP requests.

It is based on the documentation page by Kenneth Reitz on: http://docs.python-requests.org/en/master/user/quickstart/

HTTP requests such as GET, POST, PUT, DELETE, OPTIONS, HEAD have been used and response objects obtained have been studied.

About

Tutorial on requests library of Python for HTTP requests.


Languages

Language:Jupyter Notebook 100.0%