You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.
12
+
'''
13
+
14
+
[[item]]
15
+
type = 'card'
16
+
title = '数字计算工具'
17
+
body = '''
18
+
NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.
19
+
'''
20
+
21
+
[[item]]
22
+
type = 'card'
23
+
title = 'Open source'
24
+
body = '''
25
+
Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/main/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
26
+
'''
27
+
28
+
[[item]]
29
+
type = 'card'
30
+
title = 'Interoperable'
31
+
body = '''
32
+
NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.
33
+
'''
34
+
35
+
[[item]]
36
+
type = 'card'
37
+
title = 'Performant'
38
+
body = '''
39
+
The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
40
+
'''
41
+
42
+
[[item]]
43
+
type = 'card'
44
+
title = 'Easy to use'
45
+
body = '''
46
+
NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
text: Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.
72
-
-
73
-
title: 数字计算工具
74
-
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.
75
-
-
76
-
title: Interoperable
77
-
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.
78
-
-
79
-
title: Performant
80
-
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
81
-
-
82
-
title: Easy to use
83
-
text: NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
84
-
-
85
-
title: Open source
86
-
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/master/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
0 commit comments