Settings

Theme

What Every Python Developer Should Know About the CPython ABI

labs.quansight.org

11 points by matt_d 4 days ago · 2 comments

Reader

voidUpdate 39 minutes ago

> import numpy

> np.array([1,2])

NameError: name 'np' is not defined

I think the article probably wanted "import numpy as np"

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection