Learn practical skills, build real-world projects, and advance your career

Numpy :- Numerical Python

import jovian
jovian.commit()
[jovian] Attempting to save notebook.. [jovian] Updating notebook "shvmgrg98/ds-c33-s-2-python-session-numpy-and-pandas-syntaxes" on https://jovian.ai/ [jovian] Uploading notebook.. [jovian] Capturing environment..
[jovian] Error: Failed to read Anaconda environment using command: "conda env export -n base --no-builds"
import numpy as np
!pip install numpy
!conda install numpy
a=np.array([1,2,3])#1D array