In Python 'pickle' module, you can freeze your data objects to a file, and later read them back.

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Great video, but don't use pickle as it can result in code execution if someone has access to this file

Or only unpickle things you trust

uKaigo
Автор

great vid but would of loved to see the .bin file

knexman