This is one of the easiest ways to time your code performance in Python. That's right, we will be using the timeit module here to time small snippets of code in Python. Timeit is an in-built module which means we don't have to install anything, we can just use it immediately!
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
/ indentlyreels
00:00 Intro
00:16 Using timeit
03:49 Important!
04:22 Garbage collection
04:42 Globals
08:36 Different versions
09:18 repeat()
12:07 An alternative
13:14 Wrapping it up