-<img class=hero-logo src=/images/logos/numpy.svg alt="Numpy logo. A three-dimensional blue cube with the letter 'N' highlighted in yellow."></div><div class=flex-column><div class=hero-subtitle>The fundamental package for scientific computing with Python</div><div class=hero-cta><a href=/install><button class=cta-button>Get started</button></a></div></div></div></div></div></section><div class=news-container><div class=news-title><a href=/news>D&I Grant from CZI</a></div><div class=news-content><a href=/news>Including NumPy, SciPy, Matplotlib and Pandas</a></div></div><section class=keyfeatures><div class=container><div class=keyfeatures-box-container><div class="keyfeatures-box-content keyfeatures-underline"><p><div class=keyfeatures-box-title>Powerful N-dimensional arrays</div><div class=keyfeatures-box-text>Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.</div></p></div><div class="keyfeatures-box-content keyfeatures-underline"><p><div class=keyfeatures-box-title>Numerical computing tools</div><div class=keyfeatures-box-text>NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.</div></p></div><div class="keyfeatures-box-content keyfeatures-underline"><p><div class=keyfeatures-box-title>Interoperable</div><div class=keyfeatures-box-text>NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.</div></p></div><div class="keyfeatures-box-content keyfeatures-underline"><p><div class=keyfeatures-box-title>Performant</div><div class=keyfeatures-box-text>The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.</div></p></div><div class="keyfeatures-box-content keyfeatures-underline"><p><div class=keyfeatures-box-title>Easy to use</div><div class=keyfeatures-box-text>NumPy’s high level syntax makes it accessible and productive for programmers from any background or experience level.</div></p></div><div class="keyfeatures-box-content keyfeatures-underline"><p><div class=keyfeatures-box-title>Open source</div><div class=keyfeatures-box-text>Distributed under a liberal <a href=https://github.com/numpy/numpy/blob/master/LICENSE.txt>BSD license</a>, NumPy is developed and maintained <a href=https://github.com/numpy/numpy>publicly on GitHub</a> by a vibrant, responsive, and diverse <a href=/community>community</a>.</div></p></div></div></div></section><div class=hero-right><div class=numpy-shell-canvas><div class=numpy-shell-container><div class="flex-column shell-title-container"><div class="shell-intro shell-content"><div class=shell-title>Try NumPy</div><div class=shell-content-message>Enable the interactive shell</div></div><div class="shell-wait shell-content" style=display:none><div class=shell-title>While we wait...</div><div class=shell-content-message><p>Launching container on mybinder.org...</p><p>Don’t forget to check out the <a href=https://numpy.org/doc/stable target=_blank>docs</a>.</p></div></div><div class="shell-lesson shell-content" style=display:none><div class=highlight><pre style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-python data-lang=python><span style=color:#f92672>>>></span> <span style=color:#75715e># The standard way to import NumPy:</span>
0 commit comments