oter
Audio available in app

NumPy provides fast numerical computing capabilities from "summary" of Python for Data Analysis by Wes McKinney

NumPy is a fundamental package for numerical computing in Python. It provides comprehensive support for efficient array operations, particularly concerning mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation, and so forth. NumPy excels at providing an easy-to-use and flexible interface for manipulating large arrays and matrices of numeric data. It is not surprising that NumPy is at the core of many other scientific computing packages in Python. NumPy's primary object is the homogeneous multidimensional array, a table of elements (usually numbers), all of the same type, indexed by a tuple of nonnegative integers. In NumPy, dimensions are called axes. The number of axes is the rank of the array; the shape of an array is a tuple of integers giving the size of the array along each axis. NumPy arrays have a fixed size at...
    Read More
    Continue reading the Microbook on the Oter App. You can also listen to the highlights by choosing micro or macro audio option on the app. Download now to keep learning!
    oter

    Python for Data Analysis

    Wes McKinney

    Open in app
    Now you can listen to your microbooks on-the-go. Download the Oter App on your mobile device and continue making progress towards your goals, no matter where you are.