ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

662 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,256 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,596 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

882,975 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

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

1 year 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,473 views

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

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,288 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!

611,559 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

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

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

3 years ago