Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,094 results
Tired of fixing enum numbers every time you add a new value? Swap the literals for enum.auto() and let Python keep the ...
44,933 views
6 months ago
Learn how to map enum values in Python for effective error handling and better messaging in your applications. --- This video is ...
3 views
7 months ago
programacion #python.
258 views
2 months ago
212 views
Learn how to effectively convert C's `typedef enum` structure into Python's enum class with a clear step-by-step guide.
0 views
4 months ago
Tired of sprinkling .value everywhere just to dump an enum to JSON? In this 60-second demo we: 1️⃣ Show a regular Enum ...
20,567 views
Discover how to extend existing Python enums with mixins, enabling the addition of methods without modifying the original enum ...
2 views
Next up is Python the language does also not have a separate enum syntax but the standard library provides an enum base class ...
2,193 views
Discover the best practices for using `Enum Class` properties in Python, including how to manage file names efficiently within your ...
8 months ago
Discover how to enhance your Python code with the powerful Enum module, making it cleaner and more efficient! #Python #Enum ...
673 views
5 months ago
Learn back-end development - https://www.boot.dev Like & subscribe for the algo if you enjoyed the video!
14,004 views
Explore the complexities of Python's `enum class` definition process, focusing on the roles of `__call__` and `__new__` in ...
415 views
10 months ago
Learn how to create and work with enumerations in Python using the built-in Enum class. This Real Python video course, Building ...
2,229 views
Learn how to check if a variable of type Enum is in a set of Enums in Python. We'll explore the differences between using 'is' and ...
1 view
2,365 views
Learn how to interface with C++ libraries using Python's ctypes to access enums in structures, initialize GSM modules, and handle ...
4 views
Discover how to effectively `override Python metaclass methods`, specifically the `__contains__` method in Enum classes, without ...
Learn how to efficiently map enum members to class constructors in Python, enabling seamless integration of enumerated types ...
Net tips part 169 ever seen this on an enum where you can have the flags attribute and then weirdly the values of the enum are ...
60,835 views
Cotlin has similar features as modern Java but with a more rounded approach There are again enum classes but sealed classes ...
2,346 views
A custom "of"-pattern implementation with an enum. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly ...
1,538 views
Dive into Python's Enum class and discover where the `name` variable originates from. This post unpacks the characteristics of ...
3 months ago
Python enums are very useful for creating named constants! #programmingtips #softwaredeveloper #python #software #shorts.
43 views
11 months ago
Discover the best method to compare a string against Enum members in Python, ensuring efficiency by using lower case for ...