rougier / from-python-to-numpy

An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
http://www.labri.fr/perso/nrougier/from-python-to-numpy
Other
2.03k stars 339 forks source link

`from tools import timeit`? (chapter 2 ghost tools library) #84

Closed SebastianoF closed 5 years ago

SebastianoF commented 5 years ago

In chapter 2, should from tools import timeit be from timeit import timeit? I could not find a tools folder in the repo or a tools library.

Thanks

ashwinvis commented 5 years ago

There is one: https://github.com/rougier/from-python-to-numpy/blob/master/code/tools.py

SebastianoF commented 5 years ago

Awesome, thanks!! ...I had totally missed it!