SciPy

SciPyには二つの意味がある.ひとつは,Numpy, Matplotlibなどを含むpythonで科学技術計算を行うためのプロジェクトである.もうひとつは,moduleとしてのSciPyで,NumPyで提供されていないより高度な科学技術計算の関数を提供してくれている.前者の意味ではNumPyよりも上位である一方,後者の意味では同じレベルである.

There are two meanings (levels) of SciPy. One is the overarching project for scientific and engineering calculations including NumPy, Matplotlib etc. The other is a extension module SciPy, which provide more enhanced scientific calculations than those provided by NumPy. So, for the first meaning, SciPy is upper level than NumPy, but is in the same level for the second meaning.