Sebastián Olmos
11 min readJan 19, 2021

--

Object Oriented Programming

Object

Class

Standard compound data types

Type

Identity

Mutable and Immutable Objects

Immutable objects

Mutable Objects

Why is it important and how does Python handle mutable and immutable objects?

How arguments are passed to functions and what does that imply for mutable and immutable objects

Preallocation in Python

--

--