What Every Python Developer Should Know About the CPython ABI15mmatt_d 4 days ago 1 commentsRead Article on labs.quansight.org RU version is available. Content is displayed in original English for accuracy.
Discussion (1 Comments)Read Original on HackerNews
> np.array([1,2])
NameError: name 'np' is not defined
I think the article probably wanted "import numpy as np"