ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

601 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,317 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

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

731 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

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! 🎲

33,057 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,450 views

4 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,300 views

5 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,010 views

6 years ago

My Study Hacks51
How to use Else with While in Python @MyStudyHacks51

How to use Else with While in Python @MyStudyHacks51 The else Statement With the else statement we can run a block of code ...

1:25
How to use Else with While in Python @MyStudyHacks51

27 views

1 year 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

900,261 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,544 views

9 months 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,906 views

4 months 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,641 views

2 years ago

Jakubication
Python and vs or

This video describes the difference between and vs or in Python. To summarize, and only evaluates to True if both of its conditions ...

0:17
Python and vs or

416 views

1 year 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

Krishna WebTech
Example of Control Statement in Python |Python Tutorial in Hindi (With Notes)

Example of Control Statement in Python| Python Tutorial in Hindi (With Notes) Python Tutorial : #9 In Hindi From Beginner to ...

3:19
Example of Control Statement in Python |Python Tutorial in Hindi (With Notes)

211 views

2 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

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