| title |
|---|
NumPy |
{{< grid columns="1 2 2 3" >}}
[[item]] type = 'card' title = '强大的高维数组' body = ''' Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today. '''
[[item]] type = 'card' title = '数字计算工具' body = ''' NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more. '''
[[item]] type = 'card' title = 'Open source' body = ''' Distributed under a liberal BSD license, NumPy is developed and maintained publicly on GitHub by a vibrant, responsive, and diverse community. '''
[[item]] type = 'card' title = 'Interoperable' body = ''' NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries. '''
[[item]] type = 'card' title = 'Performant' body = ''' The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code. '''
[[item]] type = 'card' title = 'Easy to use' body = ''' NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level. '''
{{< /grid>}}