You've been using Set wrong this whole time!
Aug 2, 2024 · 3 min read · 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...
Join discussion