ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

661 results

2MinutesPy
How to Use Match-Case Statement in Python?

In this video, we will discuss match-case statements and how they can help in writing conditions and pattern checking more ...

2:22
How to Use Match-Case Statement in Python?

7,261 views

1 year ago

ModernPython
How to do a switch statement in Python #shorts

In modern Python use match/case to do a switch style statement if you are on Python 3.10 or later. Otherwise, you will have to use ...

0:35
How to do a switch statement in Python #shorts

411 views

3 years ago

CS50
switch

But if you have a finite list of values that you're checking for, a switch statement may very well make your code more explicit, ...

3:13
switch

74,554 views

12 years ago

Svelte Society
Switch cases in Svelte?! 🤯

Should there be a Switch syntax in Svelte? Full video: https://youtu.be/dB_YjuAMH3o?t=480.

0:32
Switch cases in Svelte?! 🤯

24,601 views

2 years ago

Programming threads
Python vs. JavaScript: The Switch Case Showdown

In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...

2:24
Python vs. JavaScript: The Switch Case Showdown

159 views

1 year ago

Alpaca Tech
Deja de Usar SWITCH en tu Código. Prueba ESTA ALTERNATIVA

¿BUSCAS DESCUBRIR CÓMO PUEDES MEJORAR TU CÓDIGO DEJANDO DE UTILIZAR EL CLÁSICO SWITCH CASE?

2:44
Deja de Usar SWITCH en tu Código. Prueba ESTA ALTERNATIVA

727 views

2 years ago

Real programming
Why C++ is so much better than Python 2023 #soft #programming

Why C++ is so much better than Python 2023 #soft #programming You can support the channel on Patreon. So that during ...

0:21
Why C++ is so much better than Python 2023 #soft #programming

883,727 views

2 years ago

Eric Phetteplace
Python Match-Case Statement Example

Example of using Python's relatively new (3.10+) Match...Case statement.

3:07
Python Match-Case Statement Example

29 views

1 year ago

DevsMitra
Use Object instead of Switch #shorts #react #tutorial

7. use object instead of switch statement most of the time we use switch statements to render different components based on the ...

1:01
Use Object instead of Switch #shorts #react #tutorial

254 views

3 years ago

makigas
☕ The Java switch is smarter than it looks

Switch expressions have been available in Java for a few years now. Unlike older switches, you don't need to use a "break ...

0:56
☕ The Java switch is smarter than it looks

13,474 views

9 months ago

The Programmers Realm
Python Basics: CONDITIONAL STATEMENTS (if/else) in Under a Minute! 🎲

Discover how to use if, else, and elif statements to execute code based on different conditions, and learn about nesting if ...

0:28
Python Basics: CONDITIONAL STATEMENTS (if/else) in Under a Minute! 🎲

32,608 views

1 year ago

LinkedIn Learning
C++ Tutorial - Using the SWITCH STATEMENT

Learn how to use conditional logic to control the flow of your code with a switch statement. Discover more C++ courses and ...

2:47
C++ Tutorial - Using the SWITCH STATEMENT

18,441 views

4 years ago

Geekific
Switch Expressions in 1 min | #geekific #switchexpressions #in1min

Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.

1:43
Switch Expressions in 1 min | #geekific #switchexpressions #in1min

1,900 views

4 months ago

VLSI Academy
perl lec5 : conditional statements : if else | unless | switch case : explained

This video covers the if-else, unless, switch case and control statements with examples.

3:53
perl lec5 : conditional statements : if else | unless | switch case : explained

15,971 views

6 years ago

Reza Attar
Simplify Your Code with Switch Statements in JavaScript

I also mention that if none of the cases are hit, the default clause of the switch statement will be executed.

0:43
Simplify Your Code with Switch Statements in JavaScript

758 views

3 months ago

Mark Shust
PHP: switch VS match

There may still be times when a switch statement is still warranted, but in almost all scenarios nowadays, "match" is the better ...

0:59
PHP: switch VS match

948 views

2 years ago

Abhitech Talks
Go Switch Statement: Simplify Multiple Conditions #masteringGoSeries

Learn the powerful switch statement in Go! Simplify multiple conditions with this control structure. #GoSwitch #GoProgramming ...

0:34
Go Switch Statement: Simplify Multiple Conditions #masteringGoSeries

34 views

1 year ago

Jakubication
Char Data Type in C | C Tutorial For Beginners

The char data type in C is one byte, or eight bits. It can hold a single character. You can also just make the char have its equivalent ...

0:13
Char Data Type in C | C Tutorial For Beginners

15,844 views

2 years ago

Zoran on C#
Switch Over to switch Expressions!

Watch the long video: https://youtu.be/mGnpFGIRCjA The switch statement in C# has always been frowned upon. It always ...

0:58
Switch Over to switch Expressions!

6,487 views

1 year ago

CodeBite
The SwitchStatement in C# #codebite #cprogramminglanguagebeginners #shorts

What You'll Learn in This Video: ✓ Understanding if, else, and else if statements ✓ Using the switch statement for multiple ...

0:27
The SwitchStatement in C# #codebite #cprogramminglanguagebeginners #shorts

542 views

9 months ago