Exploring Python Enums: Adding Custom Data to Constants
If you've been working with Python for a while, you've probably used Enums for simple constants. But did you know that Python Enums can carry custom data and behave like mini data classes? Let me show you a powerful pattern that will change how you t...
tapstechie.hashnode.dev5 min read