Skip to content

Commit bbbb6b8

Browse files
brian-rosejukent
andauthored
Update landing page for NumPy chapter (#79)
* Use pythia-datasets in pandas notebook * New landing page for numpy chapter * Update numpy.md Co-authored-by: Julia Kent <[email protected]>
1 parent 9f15145 commit bbbb6b8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

core/numpy.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44
This content is under construction!
55
```
66

7-
This section will contain tutorials on array computing with [NumPy](https://numpy.org).
7+
This section contains tutorials on array computing with [NumPy](https://numpy.org).
8+
9+
---
10+
11+
From the [NumPy documentation](https://numpy.org/doc/stable/user/whatisnumpy.html):
12+
13+
> NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation, and much more.
14+
15+
NumPy's position at the center of the scientific Python ecosystem means that all users should start here in their learning journey through the core scientific packages.

0 commit comments

Comments
 (0)