Installing
- 
2. Installing Anaconda PythonHow to Install Anaconda Python on GNU/Linux Because Anaconda is the Best Choice for Data Science Computation! 
 In any case, instead to Install simply the System Python Package run:pip install numpy 
- 
3. Testing Python NumPySo now just Test the Python NumPy 
 In case of Anaconda, the way is of Creating a separate Virtual Environment to house the components.
 With conda Package Manager like:conda create -n numpy And then to Activate it: conda activate numpy Now to Show the NumPy Info Notice: pip show numpy Or else try to Import the Module in Python CLI: python import numpy 
Contents
