Bug Week
- Working with cProfile which helps in not only gives the total running time, but also times each function separately, and tells you how many times each function was called, making it easy to determine where you should make optimizations.
- Including cProfile and pstats in the tests.