Why are we writing np.array?

a=np.array([1,2,3,4])

np.argmin(a)

np.array??

Hello @ravneekk7_95c5ae31fa67c5c1,
np stands for numpy library when we import numpy we import it as import numpy as np.
So this np stands for numpy. So this array(), argmin() are the functions that belong so we use it using np.array().

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.