Module 11 Summary

Thomas J. Kennedy

Contents:

1 Summary

Having completed the NumPy module (i.e., Module 11) you should now be familiar with the basics of NumPy arrays:

2 Questions to Consider

Take a few minutes to think about the following:

  1. readability of code that uses NumPy’s broadcast mechanic

  2. performance benefits of np.array objects with respect to runtime

  3. performance benefits of np.array objects with respect to memory usage

  4. when using an np.array can slow down Python code

3 On to the Review…

The next module (i.e., Semester review & Things to Explore) will serve as a brief review of the semester.