Python Programming Tutorial: Serializing Objects (Pickling)

Опубликовано: 13 Апрель 2020
на канале: Professor Hank Stalica
2,312
35

In this video we talk about how to serialize and deserialize objects in Python, better known as pickling.

We're going to create some objects, write them to a file, and then read them back in from a file so we can use them again.

A really straight-forward process that requires you to import the pickle module, open a file, dump (if you're pickling) an object to a file or load (if you're unpickling) an object from a file into memory and then close the file.

For more information, you can check out Python's website:

https://docs.python.org/3/library/pic...


На этой странице сайта вы можете посмотреть видео онлайн Python Programming Tutorial: Serializing Objects (Pickling) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Professor Hank Stalica 13 Апрель 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,312 раз и оно понравилось 35 зрителям. Приятного просмотра!