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
2,228 results
Aprenda como usar o match, o swtich case do python! E-book para praticar: https://pay.hotmart.com/I103663805P?
262 views
4 months ago
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
Python's match-case is not a switch-case statement. If you need switch-case, you can often use a dictionary instead.
283 views
8 views
6 months ago
Learn how the Python match statement works, when to use match case, and how it can make your Python code cleaner than long ...
3,036 views
1 month ago
Are you tired of endless if-elif-else statements in your Python code? The Python match case statement (introduced in Python ...
14 views
Welcome to this powerful tutorial on Python: Emulating Switch Statements ✨ In this session, we'll learn how to replicate the ...
7 views
7 months ago
In this video, we'll learn about the Match Statement in Python, a modern control flow feature introduced in Python 3.10 that ...
24 views
15 hours ago
Welcome to Day 12 of the 90-Day Python Programming Course by Edulexis! Are you still relying entirely on long, messy chains of ...
29 views
3 weeks ago
Switch Statement in Python | Simple English Explanation In this video, you will learn what a switch statement is, and why Python ...
This tutorial will teach you how to use the switch statement and if statement while explaining core parts of C programming. The link ...
4 views
Python. hello all you lovely computer scientists, today we will show off python switch statements and some of their details.
6 views
10 months ago
Learn the "match" statement in Python — a powerful feature introduced in Python 3.10 that works similarly to the switch statement ...
11 views
3 months ago
0 views
2 months ago
Hello everyone in this session you are going to learn about switch statement. Switch statement is used to select one block of code ...
53 views
Welcome to Python Basic to Mastery Course by SNI! এই ভিডিওতে আমরা শিখবো Module-04: Conditional ...
20 views
9 months ago
1 view
... to use if else or a switch statement to determine the grade of a user so in this first attempt we're going to use the if else approach ...
31 views
... Python So before you write a sweet statement in Python I need to highlight that Python does not have a built-in switch statement ...
11 days ago
Learn the new match-case structure in Python 3.10+, a powerful alternative to switch-case from other languages. Understand the ...
155 views