Hacker News new | past | comments | ask | show | jobs | submit login

I will kind of disagree.

While having stuff in stdlib can be convenient, it all tends to be where active development goes to die. Compare httplib with something like Requests.




The comparison would be with urllib.request:

https://docs.python.org/3/library/urllib.request.html

Which right there recommends Requests, but for simple tasks it's kind of unfortunate that people bring in a library dependency.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: