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#
Download the slides.