Links tagged “numpy”
2 links, newest first.
docs.scipy.org
NumPy reference page on universal functions, the vectorised element-wise operations over ndarrays, and their broadcasting, type-casting and output rules.
numba.pydata.org
Open-source JIT compiler that translates a subset of Python and NumPy code to machine code through decorators, with no separate compilation step.

