logoalt Hacker News

aadyachinubhaitoday at 5:35 PM0 repliesview on HN

That is why I like to use __slots__ when defining a class. Unlike dicts, using __slots__ is a tuple so using it to store class attributes is much faster.