06-03, 16:30–16:55 (Asia/Jerusalem), Main Hall
Extendable and easy-to-use lightweight enumeration alternative.
Presentation of usage of enumeration implementation by wrapping collections.namedtuple .
Demonstrate advantages of proposal versus standard enum APIs:
* Less verbose
* Compatible with built-in types
* Collect constant objects - e.g., string literals - into a single container
* As above - with conversion, e.g. - to pathlib.path
* Simple processing of nested JSONs - one-stop JSON object creation
* One-stop loader for configuration files
* Automatic generation of sequences - e.g., KB, MB, GB, ...
Passionate Pythonistas - and still learning.
I have worked in different companies with different technologies - telecom, storage, cyber; I worked in embedded development and lately did a stint as QA automation developer.
Now I work at JP Morgan as a Python developer, developing tools for Release Management.