KKhaleelinhashnode.khaleel.dev·Aug 2, 2024 · 3 min readYou've been using Set wrong this whole time!Imagine you've built this cool bit of logic that relies on using a Set of objects. You've written the class yourself, and now you're passing objects into a set like so. class CleverClass: def __init__(self, name: str, data: dict[str, bool]) -> No...00