

There is another module called cPickle which functions exactly same as thepickle module except that it is written in the C language and is (upto 1000 times) faster. You can use either of these modules, although we will be using thecPickle module here. Remember though, that we refer to both these modules as simply thepickle module.