X Tutup
Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 426 Bytes

File metadata and controls

18 lines (11 loc) · 426 Bytes

Numpy

Numpy

What Is Numpy

NumPy is a Python package used for numerical computation. NumPy is one of the foundational packages for scientific computing with Python. NumPy's core data type is the array and NumPy functions operate on arrays.

Installation

To install NumPy with pip, bring up a terminal window and type:

pip install numpy
X Tutup