urllib3 Reviews (5)

Reviews

urllib3 Reviews (5)

4.4
5 reviews
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Amit S.
AS
Amit S.
Senior Analyst
Enterprise (> 1000 emp.)
"urllib3 is poweful client for python user"
5/5
What do you like best about urllib3?

urllib3 is a HTTP client for Python.It brings features likes Thread safety,Connection pooling,Proxy support for HTTP and SOCKS, Its resolve url blocking issues while we are scraping multiple url, we can easly configure an IP poll for our scraper which resolve the url blocking issue.As is opensource we gets updates regular basics Review collected by and hosted on G2.com.

What do you dislike about urllib3?

Mainly as such urllib3 have no such dislike, but i have to update my old code which i have written for lower version of urllib2,because some method name change in new versions Review collected by and hosted on G2.com.

NN
Nicodemus N.
Web Developer
Mid-Market (51-1000 emp.)
"urllib3 is a safe and efficient choice for making web requests from a python program"
4.5/5
What do you like best about urllib3?

My favourtite feature is that urllib3 has helpers for managing redirections at the target url. It can be used to create a pool of connections that can be used to make requests to multiple urls. The library has a very descriptive documentation with good code snippets Review collected by and hosted on G2.com.

What do you dislike about urllib3?

Advanced features a not easy to use like client side authentication, setting client certificates. Review collected by and hosted on G2.com.

VP
varsha p.
Software Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
" HTTP client for Python"
4/5
What do you like best about urllib3?

urllib3 is an amazing, HTTP client for Python. A significant part of the Python ecosystem as of now utilizes urllib3 . urllib3 brings numerous basic features that are absent from the Python standard libraries like Thread safety , Connection pooling , File uploads with multipart encoding . Review collected by and hosted on G2.com.

What do you dislike about urllib3?

No disadvantages of urllib3 until now . As it is an upgrade to urllib2 of python which has additional features which is beneficial for python users . Review collected by and hosted on G2.com.

MA
Mike A.
Marketing Data Analyst
Small-Business (50 or fewer emp.)
"Great tool for scraping the web"
4.5/5
What do you like best about urllib3?

I work in marketing and as a marketing data analyst, the constant question I have is how to get the data I need to do the projects I'm working on. Review collected by and hosted on G2.com.

What do you dislike about urllib3?

I think urllib3 is sometimes a challenge to use unless you come from a pure computer science background. The documentation is rather sparce. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Verified User in Computer Software
Mid-Market (51-1000 emp.)
"It's the Python 3 version of urllib2 / What's not to like? "
4/5
What do you like best about urllib3?

It's like urllib2 but with some API changes. Takes a bit of time to get used to, but it's not much different from what you are used to with urllib2. Review collected by and hosted on G2.com.

What do you dislike about urllib3?

I wish urllib2 code would 100% port over to urllib3. It's annoying that I need to go refactor a lot of my code because urllib3 moved methods around or re-named methods. Review collected by and hosted on G2.com.