Companies Home Search Profile

Serializing Objects With the Python pickle Module

Focused View

Joe Tatusko

28:53

144 View
  • 1 pickle - Intro.mp4
    00:50
  • 2 pickle - Serializing Objects in Python.mp4
    02:02
  • 3 pickle - Using the pickle Module.mp4
    05:42
  • 4 pickle - Protocol Formats of Pickle.mp4
    01:21
  • 5 pickle - Unpickleable Data Types and dill.mp4
    02:39
  • 6 pickle - getstate and setstate .mp4
    06:00
  • 7 pickle - Compression of pickled Objects.mp4
    03:25
  • 8 pickle - Security Concerns with pickle.mp4
    05:56
  • 9 pickle - Wrap Up.mp4
    00:58
  • Python pickle Module slides.pdf
  • pickle sample code.zip
  • Description


    As a developer, you may sometimes need to send complex object hierarchies over a network or save the internal state of your objects to a disk or database for later use. To accomplish this, you can use a process called serialization, which is fully supported by the standard library thanks to the Python pickle module.

    In this course, you’ll learn:

    What You'll Learn?


    • What it means to serialize and deserialize an object
    • Which modules you can use to serialize objects in Python
    • Which kinds of objects can be serialized with the Python pickle module
    • How to use the Python pickle module to serialize object hierarchies
    • What the risks are when deserializing an object from an untrusted source

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    Hey! I’m Joe Tatusko, an engineer with degrees in Chemistry and Materials Engineering.

    My journey with Python began while in the aluminum industry as a means to deal with decades worth of data and automate report generation, but quickly branched as I learned all the things you could do with the langauge.

    Current interests include machine learning, web development, and network security.

    Learn Python online: Python tutorials for developers of all skill levels, Python books and courses, Python news, code examples, articles, and more.
    • language english
    • Training sessions 9
    • duration 28:53
    • Release Date 2023/01/05

    Courses related to Python