Serializing Data in Python

Published: 19 July 2020
on channel: Access 2 Learn
4,330
40

https://access2learn.com/tutorial/pyt...

Like videos like this? Want to learn more about Python? Then check out this playlist:    • Intro to the Python Programming Language   and subscribe to the channel:    / @access2learn  

This video discusses how to serialize complex data in Python, both in exporting data and importing serialized data.

Serialization is the process of taking complex data types (like lists, dictionaries, etc) into a a sequential list for transmitting over the network/Internet, saving to a file, etc.

We'll use the built in library, Pickle, for serializing and deserializing our data as we save it to, and read from, a binary file.


Watch video Serializing Data in Python online, duration hours minute second in high quality that is uploaded to the channel Access 2 Learn 19 July 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 4,330 times and liked it 40 visitors.