5 Enum Tricks Every Python Developer Should Know
While cleaning up some old project code recently, I realized how underappreciated Python’s Enum module really is.When I first saw enums in someone else’s code, I thought they were overkill — why not just use strings or numbers?
But after maintaining ...
servbaymac.hashnode.dev4 min read