Lesson 17: Profiling and Program Speed#

Concepts#

In this lesson, you will learn the following concepts:

  • Limitations of Big-O

  • How to profile your code

  • Why Python is slow

Table of Contents#