https://github.com/dahlitzflorian/why-you-should-use-more-enums-in-python-article-snippets
Supporting material for the "Why You Should Use More Enums In Python" article
https://github.com/dahlitzflorian/why-you-should-use-more-enums-in-python-article-snippets
article enumerations enums python python3 supporting-material
Last synced: 2 months ago
JSON representation
Supporting material for the "Why You Should Use More Enums In Python" article
- Host: GitHub
- URL: https://github.com/dahlitzflorian/why-you-should-use-more-enums-in-python-article-snippets
- Owner: DahlitzFlorian
- License: mit
- Created: 2020-05-16T16:30:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T15:24:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T13:27:18.454Z (4 months ago)
- Topics: article, enumerations, enums, python, python3, supporting-material
- Language: Python
- Homepage: https://florian-dahlitz.de/blog/why-you-should-use-more-enums-in-python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
This repository contains the code used in the *Why You Should Use More Enums In Python* article published on my personal blog.
[Here's](https://florian-dahlitz.de/blog/why-you-should-use-more-enums-in-python) a link to the corresponding article.