What Every Python Developer Should Know About the CPython ABI

(labs.quansight.org)

11 points | by matt_d 3 days ago

2 comments

  • 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"

  • 21gafg 27 minutes ago
    [dead]