Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
159,913 results
What's the purpose of the match statement in Python? The match statement is commonly mistaken for being Python's way of ...
231,157 views
4 years ago
How can you implement a switch-case statement in Python? In this video you will find the answer!
38,013 views
7 years ago
----------------------------------------------------------------------------- ➤ Gameplay Channel https://www.youtube.com ...
88,005 views
3 years ago
A match statement takes an expression and compares its value to successive patterns given as one or more case blocks.
50,879 views
1 year ago
Should you use switch statements? What about if statements? Should you use NEITHER? What if I told you that if statements were ...
537,442 views
2 years ago
In Python 3.10, they introduced match with case. Previously you use if else and elif for previous versions.
41 views
In this video, we will discuss match-case statements and how they can help in writing conditions and pattern checking more ...
8,418 views
JavaScript Simplified Course: https://javascriptsimplified.com The switch statement is a really underutilized syntax that can ...
57,516 views
In this video, we'll explore the match statement in Python, which works just like a switch-case statement in other programming ...
13,028 views
8 months ago
00:00 - Start 00:02 - When case statements arrived in Python 00:43 - How to write a case statement in Python 01:28 - The ...
800 views
Descubre la nueva joya de Python 3.10: Match Case! En este video, exploraremos cómo esta característica innovadora ...
2,352 views
A 'match case' statement in Python allows you to check a variable or function value and perform different things based on the ...
23,479 views