ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,094 results

Begin Secure
Stop Hard Coding Enums in Python, Do This Instead!

Tired of fixing enum numbers every time you add a new value? Swap the literals for enum.auto() and let Python keep the ...

0:26
Stop Hard Coding Enums in Python, Do This Instead!

44,933 views

6 months ago

vlogize
How to Use Enums in Python for Better Code Organization

Learn how to map enum values in Python for effective error handling and better messaging in your applications. --- This video is ...

1:38
How to Use Enums in Python for Better Code Organization

3 views

7 months ago

juan bosh garcia
Python, modulo enum

programacion #python.

0:51
Python, modulo enum

258 views

2 months ago

juan bosh garcia
Python, modulo Enum, crea tus clases sin números mágicos

programacion #python.

0:31
Python, modulo Enum, crea tus clases sin números mágicos

212 views

2 months ago

vlogize
How to Easily Translate 'typedef enum' from C to Python

Learn how to effectively convert C's `typedef enum` structure into Python's enum class with a clear step-by-step guide.

1:28
How to Easily Translate 'typedef enum' from C to Python

0 views

4 months ago

Begin Secure
Why Your Python Enum Fails in JSON and How to Fix It Fast!

Tired of sprinkling .value everywhere just to dump an enum to JSON? In this 60-second demo we: 1️⃣ Show a regular Enum ...

0:35
Why Your Python Enum Fails in JSON and How to Fix It Fast!

20,567 views

6 months ago

vlogize
Adding a Mixin to an Existing Python Enum: Creative Solutions

Discover how to extend existing Python enums with mixins, enabling the addition of methods without modifying the original enum ...

1:48
Adding a Mixin to an Existing Python Enum: Creative Solutions

2 views

7 months ago

Premature Abstraction
Enums in Python are just C-Tier #tierlist #programming

Next up is Python the language does also not have a separate enum syntax but the standard library provides an enum base class ...

1:05
Enums in Python are just C-Tier #tierlist #programming

2,193 views

2 months ago

vlogize
Proper Way of Using Enum Class Properties in Python

Discover the best practices for using `Enum Class` properties in Python, including how to manage file names efficiently within your ...

1:41
Proper Way of Using Enum Class Properties in Python

2 views

8 months ago

CodeCrafters
Unlocking the Power of Python's Enum Module

Discover how to enhance your Python code with the powerful Enum module, making it cleaner and more efficient! #Python #Enum ...

0:36
Unlocking the Power of Python's Enum Module

673 views

5 months ago

Boot dev
I'm deleting all my enums

Learn back-end development - https://www.boot.dev Like & subscribe for the algo if you enjoyed the video!

1:36
I'm deleting all my enums

14,004 views

4 months ago

vlogize
Understanding the enum class Definition Process in Python: Why __call__ is Used Instead of __new__

Explore the complexities of Python's `enum class` definition process, focusing on the roles of `__call__` and `__new__` in ...

1:49
Understanding the enum class Definition Process in Python: Why __call__ is Used Instead of __new__

2 views

8 months ago

Python Hustlers
How do Enums work in Python?
0:24
How do Enums work in Python?

415 views

10 months ago

Real Python
Master Python Enums: Clean Up Your Constants!

Learn how to create and work with enumerations in Python using the built-in Enum class. This Real Python video course, Building ...

1:13
Master Python Enums: Clean Up Your Constants!

2,229 views

4 months ago

vlogize
Understanding Enum Membership in Python: is vs in

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:37
Understanding Enum Membership in Python: is vs in

1 view

10 months ago

Premature Abstraction
Go has D-Tier enum support #tierlist #programming
0:44
Go has D-Tier enum support #tierlist #programming

2,365 views

2 months ago

vlogize
Accessing enum in Structure with ctypes in Python

Learn how to interface with C++ libraries using Python's ctypes to access enums in structures, initialize GSM modules, and handle ...

2:13
Accessing enum in Structure with ctypes in Python

4 views

8 months ago

vlogize
Mastering Python: How to Override Metaclass Methods in Enum Classes

Discover how to effectively `override Python metaclass methods`, specifically the `__contains__` method in Enum classes, without ...

1:47
Mastering Python: How to Override Metaclass Methods in Enum Classes

1 view

4 months ago

vlogize
How to Make an Enum Point to a Class in Python

Learn how to efficiently map enum members to class constructors in Python, enabling seamless integration of enumerated types ...

1:36
How to Make an Enum Point to a Class in Python

1 view

8 months ago

Nick Chapsas
Enum Flags are awesome in C#

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 ...

0:36
Enum Flags are awesome in C#

60,835 views

2 months ago

Premature Abstraction
Don't use enums in Kotlin... #tierlist #programming

Cotlin has similar features as modern Java but with a more rounded approach There are again enum classes but sealed classes ...

0:22
Don't use enums in Kotlin... #tierlist #programming

2,346 views

2 months ago

Adam Bien
The enum-based "of" Pattern #java #shorts #coding #airhacks

A custom "of"-pattern implementation with an enum. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly ...

1:29
The enum-based "of" Pattern #java #shorts #coding #airhacks

1,538 views

10 months ago

vlogize
Understanding the Origins of the name Variable in Python's Enum Class

Dive into Python's Enum class and discover where the `name` variable originates from. This post unpacks the characteristics of ...

1:28
Understanding the Origins of the name Variable in Python's Enum Class

0 views

3 months ago

Craft In Bytes
The basics of Python Enums!😱

Python enums are very useful for creating named constants! #programmingtips #softwaredeveloper #python #software #shorts.

0:38
The basics of Python Enums!😱

43 views

11 months ago

vlogize
The Efficient Way to Compare a String with Enum Members in Python

Discover the best method to compare a string against Enum members in Python, ensuring efficiency by using lower case for ...

1:24
The Efficient Way to Compare a String with Enum Members in Python

0 views

4 months ago