SciPy

SciPy is a scientific computation library in Python. A collection of mathematical functions and algorithms built on Python’s extension NumPy https://scipy.org/. Therefore, importing only the scipy base package does only provide numpy content, which could be imported from numpy directly (NOT USED as import scipy).
i.e., from scipy import linalg, io
Figure 2.3: SciPy Modules.
Image scipy_modules