Timeit Module - Intermediate Python Programming p.6
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=Fw7u3fKFDqI
Welcome to part 6 of the intermediate Python programming tutorial series. In this part, we're going to talk about the timeit module.
The idea of the timeit module is to be able to test snippets of code. In our previous tutorial, we were talking about list comprehension and generators, and the difference between the two of them (speed vs memory) was explained. Using the timeit module, I will illustrate this.
https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Other Videos By sentdex
Tags:
timeit
timing python code
python
python 3
tutorial
intermediate
introduction
programming