So, while working my way through my current project, I came across the notion of a ’slot’ as discussed here. And I wondered, what the Hell is a slot?
A slot is nothing more than a memory management nicety: when you define __slots__ on a class, you’re telling the Python interpreter that the list of [...]