SciPy/NumPy import guideline

前端 未结 3 505
猫巷女王i
猫巷女王i 2021-02-08 09:10

Notice: I checked for duplicate and nothing clearly answers my question. I trust you\'ll let me know if I missed something!

In an effort to clean up my code, I have been

3条回答
  •  青春惊慌失措
    2021-02-08 10:03

    This post has some good information about the two modules (Relationship between scipy and numpy). It seems that Numpy's functionality is meant to be completely included within Scipy, although there are a few exceptions (see post). I would say it is safe to simply use Scipy for all of your needs since most important things like mathematical functions, arrays, and other things are included within Scipy.

提交回复
热议问题