Fixed Should I use urllib or urllib2 or requests? #dev #it #asnwer
Fixed Should I use urllib or urllib2 or requests? #dev #it #asnwer
Should I use urllib or urllib2 or requests?
In Python (2.5), should I use urllib or urllib2 or requests? What’s the difference? They seem to do the same thing.
Answer: Should I use urllib or urllib2 or requests?
urllib2.urlopen accepts an instance of the Request class or a url, whereas urllib.urlopen only accepts a url.
A similar discussion took place here: http://www.velocityreviews.com/forums…
View On WordPress














