mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
[doc] Update references to NumPy (GH-22458)
Numeric(al) Python to NumPy. It seems the old name hasn't been used for some time.
This commit is contained in:
parent
bd0a08ea90
commit
c8bb24166e
4 changed files with 5 additions and 8 deletions
|
|
@ -1191,7 +1191,7 @@ difference is that a Python list can contain objects of many different types.
|
|||
|
||||
The ``array`` module also provides methods for creating arrays of fixed types
|
||||
with compact representations, but they are slower to index than lists. Also
|
||||
note that the Numeric extensions and others define array-like structures with
|
||||
note that NumPy and other third party packages define array-like structures with
|
||||
various characteristics as well.
|
||||
|
||||
To get Lisp-style linked lists, you can emulate cons cells using tuples::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue