Hacker News new | ask | show | jobs
by rnewme 755 days ago
Is np part of the itertools?
1 comments

np is the standard alias for numpy, probably the most popular numerical and array processing library for python. So, no, not part of the standard lib at all. But a universal import for most users of the language in any science/stats/ml environment. That said, still a surprising place from which to import a basic stream processing function.