03:50duration 3 minutes 50 seconds
Using %timeit to time the speed of a function
When we develop code, the only bits we need to speed up are the slowest steps. This video shows how to time the performace of different functions.