Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.09 KB

File metadata and controls

25 lines (18 loc) · 1.09 KB

notebook preview content
Arrays_numpy.ipynb Open In Colab Arrays_numpy.md Most common Array type in scientific computing which API is the de-facto standard

Description

After covering the background and scope of the library, we will have a look at severl basic aspects before moving on to prolonged exercises. There will be a general introduction with only one small breakout room. The following will be covered:

  • basic comparison to the Python built-in list type
  • concept of vectorized operations
  • basic functions (methods) for mathematical computation
  • different data types (dtypes)
  • the concept of boolean masks
  • multidimensional arrays (tables) and their axes.