Posts

What is a Mutable, Immutable, Hash?

Notes on hashability.

Attribute Error: object has no attribute

Consider the main cases of Attribute Error: object has no attribute .

Python Object

What is an object in Python?

Object Mutability and Immutability in Python

Object Mutability and Immutability in Python.

Creating Hashable and Unhashable Objects in Python

Classes with __hash__ .

Set Members in Python

Can a Python set contain another set? 🤔 It depends on what type of set we are using.

Function and Its Attributes

Python function with data attributes.

Python super() and Multiple Inheritance

Features of using super().

Things That I Can Do in Python, but Usually Don’t

Mostly unnecessary things.

Factory-Like Patterns: Python Examples

Notes on Factory Patterns.