Hacker News new | ask | show | jobs
by throwaway81523 1217 days ago
Wonder if that is related to the malware spamming of NPM that I saw something about last night.

Python used to have a "batteries included" philosophy which tried to put most important stuff into the distro, reducing the number of external dependencies any given app needed. They seem to have abandoned that now, leaving us to fend for ourselves against the malware.

NPM spam: https://www.scmagazine.com/analysis/devops/npm-repository-15...

1 comments

"They seem to have abandoned that now, leaving us to fend for ourselves against the malware."

Yes, along with reducing the stdlib and directing us to PyPI for "alternatives".

Dumpster diving anyone? Npm always felt that way and PyPI is catching up.