ctrl-shift-kill.com
Pickled Points in Python
A wonderful feature of the Python language is its built-in method of serialization and de-serialization, called pickling. Pickles can be used to easily store (dump) data as efficient byte streams f…