``pickling'' and ``unpickling''

Peter Hansen peter at engcorp.com
Thu Apr 6 08:54:00 EDT 2006


sushant.sirsikar at gmail.com wrote:
> Hi,
>   I am new in Python World.I want to know what is mean by ``pickling''
> and ``unpickling'' ?
> And how can we used it?Please Give Me some links of Picking Examples.
>   Thanks

You can generally answer such questions yourself by heading to 
docs.python.org and typing the relevant words into the conveniently 
provided "Search" field in the upper right.  With "pickling" the first 
result is http://docs.python.org/lib/module-pickle.html which answers 
all your questions, including a page of examples.

-Peter




More information about the Python-list mailing list