... | ... | @@ -56,14 +56,12 @@ I will focus on: |
|
|
|
|
|
*What is [NumPy](https://numpy.org/)?*
|
|
|
|
|
|
> According to the official NumPy documentation:
|
|
|
>
|
|
|
> NumPy is the fundamental package for scientific computing in Python. It is a
|
|
|
> *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.
|
|
|
> basic statistical operations, random simulation and much more.*
|
|
|
>
|
|
|
>
|
|
|
> Retrieved from <https://numpy.org/doc/stable/user/whatisnumpy.html>
|
... | ... | |