(no title)
ayrx | 9 years ago
I love Python but this statement is absolutely coming from someone who does not write Python on a regular basis. Many stdlib modules are greatly outclassed by third-party alternatives - urllib2 vs requests, datetime vs arrow just to name a few - to the point where no one actually uses the stdlib modules in production.
rmattes|9 years ago
ayrx|9 years ago
shakna|9 years ago
[0] https://github.com/kennethreitz/requests/issues/2424
hcarvalhoalves|9 years ago