Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
21.3K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.1K+ articles
School Learning
11.5K+ articles
Java
10.0K+ articles
Misc
8.5K+ articles
Mathematical
7.6K+ articles
Python-enum
3 posts
Recent Articles
Popular Articles
enum.IntEnum in Python
Last Updated: 22 April 2020
With the help of enum.IntEnum() method, we can get the enumeration based on integer value, if we compare with normal enum based class it will fail by using enum.IntEnum() ...
read more
Python
Python-enum
enum.auto() in Python
Last Updated: 12 September 2024
With the help of enum.auto() method, we can get the assigned integer value automatically by just using enum.auto() method. Syntax : enum.auto()Automatically assign the int...
read more
Python
Python-enum
Can Named Arguments Be Used with Python Enums?
Last Updated: 21 September 2024
Enums (Enumerations) are a symbolic representation of a set of named values, commonly used in programming to define a collection of constants. In Python, Enums are used to...
read more
Python
Picked
python
Python-enum
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !