Python Requests module: HTTP for Humans

Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. Forget httplib, urllib, httplib2 and urllib2: the requests library is clear, concise and has an extensive functionality. Finally we have a pythonic way of doing HTTP !

Comments

Popular posts from this blog

Handling control characters (escaping) in python for json and mysql

python port sniffer with pcapy and impacket

Django field, form and model validation process