Numpy 简明教程
Discuss NumPy
NumPy,代表 Numerical Python,是一个包含多维数组对象和处理这些数组的例程集合的库。使用 NumPy,可以对数组执行数学和逻辑运算。本教程解释了 NumPy 的基础知识,例如其架构和环境。它还讨论了各种数组函数、索引类型等。还提供了对 Matplotlib 的介绍。这一切都在示例的帮助下进行了解释,以更好地理解。
NumPy, which stands for Numerical Python, is a library consisting of multidimensional array objects and a collection of routines for processing those arrays. Using NumPy, mathematical and logical operations on arrays can be performed. This tutorial explains the basics of NumPy such as its architecture and environment. It also discusses the various array functions, types of indexing, etc. An introduction to Matplotlib is also provided. All this is explained with the help of examples for better understanding.