python numpy
时间: 2023-10-07 11:09:31 浏览: 88
NumPy is a Python library used for working with arrays. It also has functions for working in domain of linear algebra, Fourier transform, and matrices. NumPy was created in 2005 by Travis Olliphant. It is an open source project and is freely available for use under the BSD license. NumPy is often used with other libraries in the scientific Python ecosystem, such as SciPy, Pandas, and Matplotlib. NumPy arrays are faster and more efficient than Python lists, and they allow for mathematical operations to be performed on entire arrays at once.
阅读全文