HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 09:26:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100118134127
location: https://web.archive.org/web/20100118134127/https://wiki.python.org/moin/NumPy
server-timing: captures_list;dur=0.687433, exclusion.robots;dur=0.026830, exclusion.robots.policy;dur=0.013100, esindex;dur=0.013949, cdx.remote;dur=45.825305, LoadShardBlock;dur=375.065064, PetaboxLoader3.datanode;dur=116.593793, PetaboxLoader3.resolve;dur=162.455422
x-app-server: wwwb-app212
x-ts: 302
x-tr: 456
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 17 Jul 2025 09:26:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Mon, 18 Jan 2010 13:41:26 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.5
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 7695
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 18 Jan 2010 13:41:27 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 10 Dec 2005 10:37:06 GMT", ; rel="prev memento"; datetime="Sun, 17 Jan 2010 23:55:02 GMT", ; rel="memento"; datetime="Mon, 18 Jan 2010 13:41:27 GMT", ; rel="next memento"; datetime="Mon, 22 Feb 2010 06:13:38 GMT", ; rel="last memento"; datetime="Sat, 29 Mar 2025 17:40:15 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100118132440_crawl101-c/51_13_20100118134041_crawl103.arc.gz
server-timing: captures_list;dur=0.770309, exclusion.robots;dur=0.035842, exclusion.robots.policy;dur=0.011998, esindex;dur=0.017055, cdx.remote;dur=57.471744, LoadShardBlock;dur=566.856350, PetaboxLoader3.datanode;dur=140.234671, PetaboxLoader3.resolve;dur=540.683847, load_resource;dur=165.068339
x-app-server: wwwb-app212
x-ts: 200
x-tr: 842
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
NumPy - PythonInfo Wiki
NumPy is a package that defines a multi-dimensional array object and associated fast math functions that operate on it. It also provides simple routines for linear algebra and fft and sophisticated random-number generation. NumPy replaces both Numeric and Numarray. https://www.scipy.org and https://numeric.scipy.org
A very complete manual by the principal author of Numpy, Travis Oliphant, is available for free (although donations are accepted). Note that the online documentation via docstring is rather complete and not stripped in any way. The manual for Numpy's predecessor Numeric is mostly still valid and freely available from here or here . Further documentation is available from https://www.scipy.org/Documentation
numpy Examples
EditText (last edited 2008-11-15 13:59:42 by localhost )