NumPy
Sagar Aulakh
DevOps Engineer @ Adda247 | AWS | Kubernetes | CICD | Scaling | Azure | GCP | EICT & IIT Roorkee | MCA in Cloud Computing
NumPy Features
NumPy vs List
Applications of NumPy
import numpy as np
# simple code
a = np.array([1,2,3])
#We can do anything add, sum, division, mean, median, etc.
np.sum([3,2])
np.subtract([1,2])
Senior Associate at EXL | MS-Excel | SQL | POWERBI
10 个月Interesting... I also started to learn numpy