What Every Python Developer Should Know About the CPython ABI(labs.quansight.org) |
What Every Python Developer Should Know About the CPython ABI(labs.quansight.org) |
On another topic, I also feel like quansight blog is usually a high quality resource for Python related stuff. Usually its more for numpy/scipy kind of stuff, but this one is an example of more general Python related stuff.
> np.array([1,2])
NameError: name 'np' is not defined
I think the article probably wanted "import numpy as np"