scipy는 는 수학, 과학 및 엔지니어링을위한 오픈 소스 소프트웨어의 파이썬 기반 라이브러리이다.
https://www.scipy.org/
$ pip3 install scipy
$ python3
>>> import scipy as sp
>>> a = sp.array([1,2,3,])
>>> print(a)