HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 01:38:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090609133643
location: https://web.archive.org/web/20090609133643/https://wiki.python.org/moin/NumPy
server-timing: captures_list;dur=0.869859, exclusion.robots;dur=0.029458, exclusion.robots.policy;dur=0.013171, esindex;dur=0.015693, cdx.remote;dur=379.080350, LoadShardBlock;dur=375.461826, PetaboxLoader3.datanode;dur=111.333624, PetaboxLoader3.resolve;dur=239.975501
x-app-server: wwwb-app219
x-ts: 302
x-tr: 781
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app219; 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 01:38:56 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Tue, 09 Jun 2009 13:36:43 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.3
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: Tue, 09 Jun 2009 13:36:43 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="Sat, 09 May 2009 00:25:25 GMT", ; rel="memento"; datetime="Tue, 09 Jun 2009 13:36:43 GMT", ; rel="next memento"; datetime="Sat, 27 Jun 2009 11:23:28 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_10_20090609092426_crawl101-c/51_10_20090609133455_crawl103.arc.gz
server-timing: captures_list;dur=0.673959, exclusion.robots;dur=0.025056, exclusion.robots.policy;dur=0.010941, esindex;dur=0.014603, cdx.remote;dur=18.458407, LoadShardBlock;dur=186.158108, PetaboxLoader3.datanode;dur=99.290079, PetaboxLoader3.resolve;dur=546.205834, load_resource;dur=519.716987
x-app-server: wwwb-app219
x-ts: 200
x-tr: 769
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 )