What Every Python Developer Should Know About the CPython ABI
https://labs.quansight.org/blog/python-abi-abi3tloading story #48924184
> import numpy
> np.array([1,2])
NameError: name 'np' is not defined
I think the article probably wanted "import numpy as np"
loading story #48923396
[dead]