ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

155 results

The Morpheus Tutorials
Python Tutorial #39 - Enums

In diesem Tutorial zeige ich euch einen kleinen Trick, wie man Enums in Python erreichen kann. Playlist: ...

3:23
Python Tutorial #39 - Enums

15,642 views

9 years ago

WsCube Tech! ENGLISH
Python Enum Program Tutorial for Beginners🔥

In this video, learn Python Enum Program Tutorial for Beginners . Find all the videos of the PYTHON PROGRAMMING Tutorials ...

3:34
Python Enum Program Tutorial for Beginners🔥

330 views

3 years ago

ModernPython
TWO ways to do enumerations in MODERN Python 🐍 #shorts #python

Enumerations were added in Python 3.4. There are 2 different syntaxes for creating them: 1. Call the Enum() directly Fruit ...

0:30
TWO ways to do enumerations in MODERN Python 🐍 #shorts #python

172 views

2 years ago

The Morpheus Tutorials
Learn Programming #40 - Enums

_Learn computer science for free on my website:_ https://bootstrap.academy/ * *All my social media portals* *: _ https://bio ...

3:48
Learn Programming #40 - Enums

6,639 views

8 years ago

Bro Code
Python return statement 🔙

Python return statement tutorial explained #python #return #statement #return statement = Functions send Python values/objects ...

3:31
Python return statement 🔙

115,546 views

5 years ago

Dario
This is why you should be careful with RefCell #rustlang #rustprogramming

Here I discuss why I think that RefCell is problematic.

0:31
This is why you should be careful with RefCell #rustlang #rustprogramming

1,228 views

2 years ago

UBC_CPSC_103 _screencasts
Module 3 - Enum type

In this video we'll learn about Python's enum type. An enum is a data type that consists of a set of named values or enumerators of ...

3:14
Module 3 - Enum type

2,361 views

4 years ago

Python Marathon
Python For Loop Enumerate

Descargar el Código: patreon.com/pythonmaraton Join Patreon: patreon.com/pythonmaraton ^Downloadable code & more!

1:17
Python For Loop Enumerate

950 views

7 years ago

Azul Coding
Make Your C# Code Better with Enums

Enums are a great way to represent a fixed set of values that make your code much more readable and less prone to errors.

0:51
Make Your C# Code Better with Enums

97 views

1 year ago

Visual Studio Code
Have you heard of inlay hints?

vscode.

1:00
Have you heard of inlay hints?

12,995 views

1 year ago

Sliced Array
Options and Results in #Rust language #coding #shorts

d one of the concepts that confused me initially was the difference between `Option` vs `Result` types in #rustlang. Background ...

0:42
Options and Results in #Rust language #coding #shorts

158 views

1 year ago

Thomas Sauvajon, Rust Software Engineer
Rust Enums - Made Simple

Rust enums are the easiest way to build stronger types that actually solve problems. And they're not that hard to learn!

0:26
Rust Enums - Made Simple

64 views

3 months ago

Dr Codie
Enumerate - Simple Python #Shorts

Python Enumerate https://youtu.be/riy7DmdqIjc Enumerate is an alternative to using a counter or range to see the index and the ...

0:56
Enumerate - Simple Python #Shorts

1,627 views

5 years ago

UBC_CPSC_103 _screencasts
Module 3 - Optional type

In this video we'll learn about Python's Optional type. To use the Optional type we first have to import it. To create a new Optional ...

1:58
Module 3 - Optional type

2,533 views

4 years ago

Terresquall
Secret C# trick to optimise your enum's memory consumption — Unity coding tricks

Did you know that you can make your enums take up 75% less memory with this one simple trick? Authored and narrated by ...

1:00
Secret C# trick to optimise your enum's memory consumption — Unity coding tricks

1,102 views

1 year ago

MP Coding
C++ | Tips Understanding Enums in C++  #cpp #coding #shorts

In this video, we dive into the world of enums in C++, starting with basic examples like defining days of the week and using a ...

1:00
C++ | Tips Understanding Enums in C++ #cpp #coding #shorts

1,295 views

1 year ago

IntelliJ IDEA, a JetBrains IDE
IntelliJ IDEA 2024:3 Seamless Spring Data method generation
0:19
IntelliJ IDEA 2024:3 Seamless Spring Data method generation

2,254 views

1 year ago

Kasimir Angle's channel
code out side of class

in this video i will be covering the enum or class expected error, so what this means is that whatever method you have is outside of ...

0:51
code out side of class

1 view

2 years ago

Youssef Benlemlih
Generate 100 Fake Users in Seconds with Just 12 Lines of Code! 💻✨ #CodingHacks

Easy way to generating realistic test test data: I created a full list of random users with names, phone numbers, and addresses—all ...

0:25
Generate 100 Fake Users in Seconds with Just 12 Lines of Code! 💻✨ #CodingHacks

2,549 views

1 year ago

Sasha Marfut
Tip 1: Bool or Enum to Store the State of an Entity?

In this episode, I want to share with you my opinion on using boolean and enumeration data types to store the state of an entity.

0:46
Tip 1: Bool or Enum to Store the State of an Entity?

92 views

1 year ago