ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

648 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,296 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

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

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

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,627 views

2 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,556 views

12 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

894,212 views

2 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,521 views

9 months ago

phette23
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

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,903 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,448 views

4 years 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

16,000 views

6 years 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

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,905 views

4 months ago

Language skills
[Language skills Python] Expressions vs Statements [Tutorial]

This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you'll be a ...

1:37
[Language skills Python] Expressions vs Statements [Tutorial]

7,297 views

5 years ago

Visual Studio Code
Navigate your code more quickly with the outline view!
0:15
Navigate your code more quickly with the outline view!

620,078 views

3 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

949 views

2 years ago

Jakubication
Python assert Statement

The Python assert statement is best used as a sanity check when debugging to see if a condition you believe to be true is actually ...

2:27
Python assert Statement

39 views

3 months 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

Talayeh R
M2 23 24 25

MATLAB offers SWITCH statement for this purpose. I have provided the general form here. From this form, you can see that the ...

3:58
M2 23 24 25

2 views

8 years ago

Adrian Dolinay
Creating a Directory with Python!

Create a directory (folder) with Python. Code: import os os.mkdir('test') CONNECT: LinkedIn: ...

0:19
Creating a Directory with Python!

6,078 views

3 years 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,960 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,491 views

1 year ago

Cody Anderson
6.4 switch/case and try/catch

If/else is the most commonly used branching statements, but there are two other important types: switch/case and try/catch ...

3:05
6.4 switch/case and try/catch

2,557 views

5 years ago