IDAB Lecture9 2019
IDAB Lecture9 2019
IDAB Lecture9 2019
• Nested list:
Dictionaries
• Dictionaries are unordered mappings of ’Name
: Value’ associations.
• Comparable to hashes and associative arrays
in other languages.
• Intended to approximate how humans
remember associations.
Files
• File objects are built for interacting with files on the
system.
• Same object used for any file type.
• User has to interpret file content and maintain integrity.
Mutable vs. Immutable
• Numbers, strings and tuples are immutable i.,e
cannot be directly changed.
• Lists, dictionaries and sets can be changed in
place.