mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
"Numeric Python" -> "NumPy"
This commit is contained in:
parent
33bc4a2983
commit
6d3ad2f64d
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ use a list comprehension::
|
|||
w, h = 2, 3
|
||||
A = [[None] * w for i in range(h)]
|
||||
|
||||
Or, you can use an extension that provides a matrix datatype; `Numeric Python
|
||||
Or, you can use an extension that provides a matrix datatype; `NumPy
|
||||
<http://www.numpy.org/>`_ is the best known.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue