Writing fast code with numpy

Writing fast code with numpy#

Learning Objectives#

After working through this topic, you should be able to:

  • Write fast code in numpy

  • Explain why numpy can be very fast if you write vectorized code

  • List things that should be avoided when writing numpy code

Materials#

These are the slides.

Quiz#