Skip to content

collection of notes to learn numpy!

alanmenchaca/numpy-notes

Repository files navigation

numpy-notes

a powerful python library for numerical computing, it provides support for large, multi-dimensional arrays and matrices, along with a collection of high-level mathematical functions to operate on these arrays.

hyperlinks to view notebooks

numpy installation

you can install numpy using either of the following methods:

# conda
conda install numpy
# or PyPI
pip install numpy

the source code is hosted on github: numpy gitHub

insights and summaries from the book: Robert, J. (2019). Numerical Python, 2nd Edition. Chiba: Apress

About

collection of notes to learn numpy!

Topics

Resources

Stars

Watchers

Forks