Python Enumerations - The enum Library - May 31, 2019

preview_player
Показать описание
Python Users Group meeting recording from May 31, 2019

This week we cover the Enumerations in Python and the enum library.

"An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over."

Links mentioned in the video:

Every other week the Python Users Groups meets to share insights and knowledge about the Python programming language. Feel free to forward this group to anyone who might be interested. This is a time for getting answers to your Python questions by experts.

Also, most weeks a volunteer will talk about a Python topic that interests them.

Home page: