Making Python doubly fast

Everyone loves python because it’s so fast to read and write. However the price we pay is a slow runtime. This talk discusses methods to speed up python by making use of the numpy library in place of for loops