Hacker News new | ask | show | jobs
by bigstrat2003 18 days ago
The stdlib isn't necessarily better, but it's always there. To use Python as an example, I tend to prefer requests to urllib2, as do most programmers. But I've absolutely been in scenarios where all I could get was the stdlib, and having urllib2 saved my ass. I think it's extremely important for the stdlib to be batteries included, even if they aren't the best versions of those batteries on the market.
1 comments

so how do you get into scenarios where you only can use the stdlib?