Python Tutorial for Beginners | Enum in Python ( available in Python 3.4+ )

Published: 19 May 2020
on channel: harshal mishra
716
10

In this short tutorial , you will understand the basics of Enum in Python. The Enums are not widely used in python so I have kept the scope of this video to basic understanding.

Don't Forget to like and subscribe.
Please provide your suggestions under comments

Full Playlist :    • Py-Pie Python Tutorial  

Facebook :   / py-pie-python-for-beginners-113344127050954  

Twitter :   / shankar35425457  


'''

Enum in Python

'''

from enum import Enum


class city(Enum):
NYC = 1
Chicago = 2
San_Jose = 3


On this page of the site you can watch the video online Python Tutorial for Beginners | Enum in Python ( available in Python 3.4+ ) with a duration of hours minute second in good quality, which was uploaded by the user harshal mishra 19 May 2020, share the link with friends and acquaintances, this video has already been watched 716 times on youtube and it was liked by 10 viewers. Enjoy your viewing!