Blackwell Systems
POSTS
PRODUCTS
OPEN SOURCE SOFTWARE
CONSULTING
ABOUT
Internals
The Price of Everything Being an Object in Python
2026-01-10
All Python developers know that everything in Python is an object. But at what cost? A deep dive into Python’s heap-only memory model and the 28-byte overhead of storing a simple integer.