Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion core/numpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@
This content is under construction!
```

This section will contain tutorials on array computing with [NumPy](https://numpy.org).
This section contains tutorials on array computing with [NumPy](https://numpy.org).

---

From the [NumPy documentation](https://numpy.org/doc/stable/user/whatisnumpy.html):

> 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.

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.