Python Pickle Module for saving objects (serialization)

Published: 22 May 2015
on channel: sentdex
202,855
3.1k

This Python programming tutorial covers how to pickle objects in Python.

The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is converted into a byte stream, and “unpickling” is the inverse operation, whereby a byte stream (from a binary file or bytes-like object) is converted back into an object hierarchy. Pickling (and unpickling) is alternatively known as “serialization”, “marshalling,” [1] or “flattening”; however, to avoid confusion, the terms used here are “pickling” and “unpickling”.

Source: https://docs.python.org/2/library/pic...

sample code: http://pythonprogramming.net
http://hkinsley.com
  / sentdex  
http://sentdex.com
http://seaofbtc.com


On this page of the site you can watch the video online Python Pickle Module for saving objects (serialization) with a duration of hours minute second in good quality, which was uploaded by the user sentdex 22 May 2015, share the link with friends and acquaintances, this video has already been watched 202,855 times on youtube and it was liked by 3.1 thousand viewers. Enjoy your viewing!