Treffer: Numerical Computing in Python.

Title:
Numerical Computing in Python.
Source:
Python Scripting for Computational Science (978-3-540-73915-9); 2008, p131-188, 58p
Database:
Complementary Index

Weitere Informationen

There is a frequent need for processing large amounts of data in computational science applications. Storing data in lists and traversing lists with plain Python for loops leads to slow code, especially when compared with similar code in compiled languages such as Fortran, C, or C++. Fortunately, there is an extension of Python, commonly called Numerical Python, or abbreviated NumPy, which offers efficient array computations. Numerical Python has a fixed-size, homogeneous (fixed-type), multi-dimensional array type and lots of functions for various array operations. The result is a dynamically typed environment for array computing similar to basic Matlab. Usually, the speed of NumPy operations is quite close to what is obtained in pure Fortran, C, or C++. [ABSTRACT FROM AUTHOR]

Copyright of Python Scripting for Computational Science (978-3-540-73915-9) is the property of Springer eBooks and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)