#Enums

[ follow ]
Medium
1 month ago
DevOps

Building a Scalable Producer-Consumer application and Deploying With Scala and Deploying on...

RabbitMQ is an open-source message broker facilitating asynchronous communication through AMQP protocol. [ more ]
Realpython
3 months ago
Python

Building Enumerations With Python's enum - Real Python

Python doesn't have a dedicated syntax for enums, but the enum module in the Python standard library provides support for enumerations through the Enum class.
This video course teaches how to create enums, interact with them, customize them, and use specialized enum types like IntEnum, IntFlag, and Flag. [ more ]
www.b-list.org
5 months ago
Python

A Python/Django Adventcalendar

Advent is a liturgical season that precedes Christmas in Christian traditions.
Advent calendars have become popular and can have various themes, including programming challenges. [ more ]
[ Load more ]