Exercise 2: Pickling Data

Perform an expensive calculation and save its results.

We'll cover the following...

Problem statement

Let’s pretend that it takes the foobar(some_big_data) function a very long time to calculate the results, ...