CSIT121_Lecture_ 15_-s1-full (6)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:25 AM on 11/6/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Object Serialization

The process of converting data into a binary format to store or transmit the data.

2
New cards

Deserialization

The process of converting binary data back into a usable object.

3
New cards

Pickle Module

A Python module used for serializing and deserializing Python objects.

4
New cards

JSON (JavaScript Object Notation)

A lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.

5
New cards

Dump Method (Pickle)

A method that serializes an object and writes it to a file.

6
New cards

Load Method (Pickle)

A method that reads a serialized object from a file and reconstructs it into an object.

7
New cards

Object structure

The arrangement and organization of the attributes and methods within a Python object.

8
New cards

Binary Format

A representation of data in a format that is not human-readable, used for efficient data storage and transmission.

9
New cards

Text Format

A human-readable format where data is represented in plain text, commonly used for configuration files.

10
New cards

Matplotlib

A Python library for creating static, animated, and interactive visualizations in Python.