ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

388 results

InfoWorld
The power of Python enums

The "enum" type in Python lets you create variables constrained to a predefined range of values. Learn how this built-in Python ...

4:10
The power of Python enums

890 views

1 year ago

CodeWithHarry
Enumerate Function in Python | Python Tutorial - Day #42

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master ...

7:37
Enumerate Function in Python | Python Tutorial - Day #42

339,913 views

3 years ago

Database Star
Stop Using ENUMs in Your Database (Use This Instead)

Get all of my Database Design Project Guides: https://databasestar.mykajabi.com/lpkj-dbdesign/?video=MAvyfhTpz-o Get the ...

5:45
Stop Using ENUMs in Your Database (Use This Instead)

28,311 views

10 months ago

Code Spark Lab
[Aprende con VSCode] Introducción a Python #11 Enumeraciones en Python

Este video explica las enumeraciones en Python. Puedes aprender cada ejemplo previsualizándolo en Visual Studio Code.

6:55
[Aprende con VSCode] Introducción a Python #11 Enumeraciones en Python

3 views

11 months ago

Tech With Tim
What does '__init__.py' do in Python?

Join my Free Newsletter: https://techwithtim.net/newsletter Get private mentorship from me: https://training.techwithtim.net If ...

12:46
What does '__init__.py' do in Python?

324,005 views

1 year ago

Pol Vallverdu
ENUMS, INTERFACES y RECORDS en Java (enum, interface, record) | 4.6 Curso COMPLETO de Java 21 2024

Vamos a ver diferentes tipos de clases que tiene Java Enums, Interfaces y Records. --- CURSOS WEB: https://polv.dev/courses ...

6:50
ENUMS, INTERFACES y RECORDS en Java (enum, interface, record) | 4.6 Curso COMPLETO de Java 21 2024

361 views

2 years ago

NetworkChuck
find HIDDEN urls!! (subdomain enumeration hacking) // ft. HakLuke

Learning how to hack is fun, but having people spy on your internet traffic is not. Get 3 months of PIA for free when you sign up for ...

17:30
find HIDDEN urls!! (subdomain enumeration hacking) // ft. HakLuke

274,092 views

3 years ago

Code Spark Lab
[Learn with VSCode] Python for Beginners #11 Enumerations in Python

This video explains enumerations in Python. You can learn each example by previewing it in Visual Studio Code. ✓ Subscribe to ...

6:55
[Learn with VSCode] Python for Beginners #11 Enumerations in Python

6 views

11 months ago

mCoding
Python dataclasses will save you HOURS, also featuring attrs

Get rid of boilerplate writing classes using dataclasses! In this video we learn about dataclasses and how to use them, as well as ...

8:50
Python dataclasses will save you HOURS, also featuring attrs

982,729 views

5 years ago

Awesome
Type safety and the future of dev...

Settling the debate of dynamic vs static typing. Topics: - Dynamic typing pros and cons; - Static typing pros and cons; - Typing in ...

5:04
Type safety and the future of dev...

28,775 views

9 months ago

Python Morsels
Making singletons in Python

00:45 While it is possible to make singleton objects in Python, the classic singleton design pattern doesn't always make a lot of ...

4:29
Making singletons in Python

3,772 views

3 years ago

Sofia Lemons
Enum

Using enums to specify names for groups of values and for bitmask flags.

7:19
Enum

33 views

6 years ago

Docstring
Un code plus solide avec les énumérations

Il vous arrive peut-être de faire des comparaisons avec des chaînes de caractères. Malheureusement, une chaîne de caractères ...

7:12
Un code plus solide avec les énumérations

10,902 views

4 years ago

Code Spark Lab
【VSCodeで見ながら学ぶ】Python入門 #11 Pythonにおける`enum`

この動画ではPythonにおける`enum`について説明します。 それぞれのサンプルをVisual Studio Codeでプレビューを見ながら学べ ...

6:55
【VSCodeで見ながら学ぶ】Python入門 #11 Pythonにおける`enum`

49 views

11 months ago

KDAB
Enum Class and Model/View

You want enum class over just enum, right? That is, however, a bit troublesome with Qt's model/view framework, where you often ...

11:50
Enum Class and Model/View

1,678 views

4 years ago

Learning Podcasts
Protobuf Maps Are Just Repeated Messages

Protobuf gives you four ways to model real data: enums for closed-set states, nested messages for sub-structure, repeated fields ...

8:53
Protobuf Maps Are Just Repeated Messages

116 views

2 months ago

Microsoft Developer
Working with NumPy | Even More Python for Beginners - Data Tools [27 of 31]

Working with NumPy pandas provides DataFrames and tools for working with tabular data. But once the need for labels and ...

5:18
Working with NumPy | Even More Python for Beginners - Data Tools [27 of 31]

3,256 views

6 years ago

mCoding
Which Python @dataclass is best? Feat. Pydantic, NamedTuple, attrs...

Get rid of boilerplate in writing classes. Which dataclass alternative should you use though? In this video we test dataclasses, attrs ...

9:48
Which Python @dataclass is best? Feat. Pydantic, NamedTuple, attrs...

119,301 views

4 years ago

Learning Podcasts
Rust Enums Make Bad States Impossible

Python and Java treat missing values and failures as separate problems. Null pointers leak through the call stack untyped.

8:34
Rust Enums Make Bad States Impossible

113 views

2 months ago

Better Dev with Anubhav
Enum Prevent Bugs | Object oriented Fundamentals | Low level design series

This video is part of the series on low level design. In this series we are targeting the low level design in three steps: 1.

14:11
Enum Prevent Bugs | Object oriented Fundamentals | Low level design series

438 views

3 years ago