SciPy Recipes
上QQ阅读APP看书,第一时间看更新

Getting Started with NumPy

In this chapter, we will learn the following recipes:

  • Creating NumPy arrays
  • Querying and changing the shape of an array
  • Storing and retrieving NumPy arrays
  • Indexing
  • Operations on arrays
  • Using marked arrays to represent invalid data
  • Using object arrays to store heterogeneous data
  • Defining, symbolically, a function operating on arrays