Skip to content

Commit db4a52b

Browse files
shaloorgommers
authored andcommitted
Refined last para to tone down NumPy performance boost effect as suggested by Ralf - ref numpy#43 numpy#64
1 parent f2d6f11 commit db4a52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/tabs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3 class="subtitle is-5 is-muted">{{ $subtitle }}</h3>
9292
NumPy is the key data transformation building block for the burgeoning <a href="https://pyviz.org/overviews/index.html">Python visualization landscape</a> comprising of <a href="https://matplotlib.org">Matplotlib</a>, <a href="https://seaborn.pydata.org">Seaborn</a>, <a href="https://plot.ly">Plotly</a>, <a href="https://altair-viz.github.io">Altair</a>, <a href="https://docs.bokeh.org/en/latest/">Bokeh</a>, <a href="https://github.com/yhat/ggpy">ggplot</a>, <a href="http://vispy.org">Vispy</a> and <a href="https://github.com/napari/napari">Napari</a>, to name a few.
9393
</p>
9494
<p>
95-
Implemented by low-level libraries written in C and Fortran, NumPy performs parallel operations on large arrays all at once, accelerating data-processing and visualization of large quantities of data and thus supercharging Python's relatively low native performance for data visualization.
95+
By performing parallel operations on large arrays, all at once, NumPy accelerates data-processing and visualization of large quantities of data, beyond Python's native performance levels for data visualization at scale.
9696
</p>
9797
</div>
9898
<div>

0 commit comments

Comments
 (0)