ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

88,066 results

pwnoverflo
Switch-Case Statement in Python

How can you implement a switch-case statement in Python? In this video you will find the answer!

1:09
Switch-Case Statement in Python

36,992 views

6 years ago

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

1 year ago

10 Minutes with Coach Joe
Rule #16 - Avoid the switch statement

RULE DESCRIPTION: The use of a switch statement should be a red flag indicator of poorly designed code. Using a switch ...

2:41
Rule #16 - Avoid the switch statement

3,191 views

3 years ago

Ryan Noonan
Python Switch Statement Equivalent

In this Python tutorial, we will go over how to create a switch statement equivalent.

3:28
Python Switch Statement Equivalent

9,635 views

8 years ago

ModernPython
How to do a switch statement in Python

In Python 3.10, they introduced match with case. Previously you use if else and elif for previous versions.

1:12
How to do a switch statement in Python

29 views

3 years ago

Python with Vaidik
Switch Statement in Python | Python for Beginners | Syntax with Examples

In this video I will be telling about switch statement in python, for beginners. Watch this video and get started! Plz like, comment ...

1:30
Switch Statement in Python | Python for Beginners | Syntax with Examples

97 views

4 years ago

DataFlair
Python Switch Case Practical

For the times what you do depends on what you have you can use a switch case instead of multiple if statements this function ...

1:14
Python Switch Case Practical

2,308 views

3 years ago