Writing fast code with numba#
Learning Objectives#
After working through this topic, you should be able to:
Write fast code using numba
Explain why it is important to use numba only for bottlenecks and not on the entire code
List things that should be avoided when writing numba code
Materials#
Download the slides.