Scipy 简明教程

Discuss SciPy

SciPy 是 Python 的一个科学库,是一个开源、BSD 许可的数学、科学和工程库。SciPy 库依赖于 NumPy,它提供了方便且快速的 N 维数组处理。构建 SciPy 库的主要原因是,它应该与 NumPy 数组一起使用。它提供了许多用户友好的高效数值实践,例如数值积分和优化程序。这是一篇介绍性教程,涵盖了 SciPy 的基础知识,并描述了如何处理其各种模块。

SciPy, a scientific library for Python is an open source, BSD-licensed library for mathematics, science and engineering. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation. The main reason for building the SciPy library is that, it should work with NumPy arrays. It provides many user-friendly and efficient numerical practices such as routines for numerical integration and optimization. This is an introductory tutorial, which covers the fundamentals of SciPy and describes how to deal with its various modules.