October 2015
Beginner
200 pages
3h 56m
English
NumPy is the library that underlies the entire SciPy/PyData ecosystem. NumPy provides a multidimensional array data type that is widely used in numerical computing.
In this chapter, we will use NumPy on data analysis and scientific modeling examples, covering the following topics:
Vector computing is about efficiently performing mathematical operations on numerical arrays. Many problems in science and engineering actually consist of a sequence of such operations.
This section introduces and demonstrates the multidimensional array data type for numerical computing.
Read now
Unlock full access