Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Pickle_(Python)> ?p ?o. }
Showing items 1 to 29 of
29
with 100 items per page.
- Pickle_(Python) abstract "In the computer programming language Python, pickle is the standard mechanism for object serialization; pickling is the common term among Python programmers for serialization (unpickling for deserializing). Pickle uses a simple stack-based virtual machine that records the instructions used to reconstruct the object. This makes pickle vulnerable to security risks by malformed or maliciously constructed data, that may cause the deserializer to import arbitrary modules and instantiate any object. Not all object types can be pickled automatically, especially ones that hold operating system resources like file handles, but users can register custom "reduction" and construction functions to support the pickling and unpickling of arbitrary types.Pickle was originally implemented as the pure Python pickle module, but, in versions of Python prior to 3.0, the cPickle module (also a built-in) offers improved performance (up to 1000 times faster). In Python 3, users should always import the standard version, which attempts to import the accelerated version and falls back to the pure Python version.".
- Pickle_(Python) wikiPageExternalLink l-pypers.html.
- Pickle_(Python) wikiPageExternalLink pickle.html.
- Pickle_(Python) wikiPageID "5297213".
- Pickle_(Python) wikiPageRevisionID "606761914".
- Pickle_(Python) hasPhotoCollection Pickle_(Python).
- Pickle_(Python) subject Category:Data_serialization_formats.
- Pickle_(Python) subject Category:Persistence.
- Pickle_(Python) subject Category:Python_libraries.
- Pickle_(Python) type Area102735688.
- Pickle_(Python) type Artifact100021939.
- Pickle_(Python) type Library103660909.
- Pickle_(Python) type Object100002684.
- Pickle_(Python) type PhysicalEntity100001930.
- Pickle_(Python) type PythonLibraries.
- Pickle_(Python) type Room104105893.
- Pickle_(Python) type Structure104341686.
- Pickle_(Python) type Whole100003553.
- Pickle_(Python) type YagoGeoEntity.
- Pickle_(Python) type YagoPermanentlyLocatedEntity.
- Pickle_(Python) comment "In the computer programming language Python, pickle is the standard mechanism for object serialization; pickling is the common term among Python programmers for serialization (unpickling for deserializing). Pickle uses a simple stack-based virtual machine that records the instructions used to reconstruct the object. This makes pickle vulnerable to security risks by malformed or maliciously constructed data, that may cause the deserializer to import arbitrary modules and instantiate any object.".
- Pickle_(Python) label "Pickle (Python)".
- Pickle_(Python) sameAs m.0dd5tv.
- Pickle_(Python) sameAs Q7190889.
- Pickle_(Python) sameAs Q7190889.
- Pickle_(Python) sameAs Pickle_(Python).
- Pickle_(Python) wasDerivedFrom Pickle_(Python)?oldid=606761914.
- Pickle_(Python) homepage pickle.html.
- Pickle_(Python) isPrimaryTopicOf Pickle_(Python).