Pickle: save and load Python objects: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

15 October 2025

  • curprev 15:2815:28, 15 October 2025 Davrot talk contribs 4,074 bytes +4,074 Created page with " == The goal == How to store Python objects in files and how to restore them. Questions to [mailto:davrot@uni-bremen.de David Rotermund] '''Warning The pickle module is not secure. Only unpickle data you trust.''' == [https://docs.python.org/3/library/pickle.html#module-pickle pickle] == <blockquote>The [https://docs.python.org/3/library/pickle.html#module-pickle pickle] module implements binary protocols for serializing and de-serializing a Python object structure...." Tag: Visual edit