News
Newest
Show
Jobs
What Every Python Developer Should Know About the CPython ABI
(labs.quansight.org)
17 points
by
matt_d
3 days ago
2 comments
voidUpdate
1 hour ago
> import numpy<p>> np.array([1,2])<p>NameError: name 'np' is not defined<p>I think the article probably wanted "import numpy as np"
21gafg
1 hour ago
[dead]