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
1,028 results
Learn how to achieve the same output for different values in Python's `switch` statement with easy-to-follow methods and ...
3 views
9 months ago
Explore how to efficiently check file contents using Python's `switch` pattern with the help of dictionaries while avoiding common ...
2 views
11 months ago
This video explains the programming construct 'selection' and covers how both OCR Exam Reference Language and Python can ...
1,849 views
10 months ago
Learn how to properly use Python dictionaries to mimic switch/case statements and avoid common pitfalls. --- This video is based ...
Discover how to properly implement the `switch/case` statement in Python to ensure that your functions are called accurately.
0 views
6 months ago
33 views
The switch-case statement is not a built-in feature in Python, but it can be implemented using a combination of if-elif-else ...
15 views
Learn how to implement a `switch case` statement with three variables in Python to streamline your code. --- This video is based ...
The break statement is used to exit loops early in Python. Learn how and when to use it with practical and relatable examples.
305 views
8 months ago
Welcome to this powerful tutorial on Python: Emulating Switch Statements ✨ In this session, we'll learn how to replicate the ...
4 months ago
28 views
5 months ago
Hello Everyone!!! This is Shubham Patil. from Kolhapur ❤️ Contact number : - +91 7385692200/ 8087239992 I'm presenting this ...
21 views
Learn how to easily convert `switch` statements from **Matlab** to `Python` using `if-elif-else` constructs with practical examples.
When should you use pathlib instead of os.path in Python? This video breaks down the key differences — object-oriented Path ...
4 views
2 weeks ago
Control Structures 101 Unlock the secrets of if, else, and switch statements across Python, JavaScript, and Java! This quick ...
A use case for the match case python statement in python: replacing a color in an image by an other one. - The tool I used for free ...
27 views
Video about match case statements in Python, giving an example Platform: https://www.gillottlearning.co.uk/about.
24 views
Welcome to Day 13 of the Job-ready Python Series! Today's video introduces a modern and powerful feature in Python – the ...
29 views
Learn how the continue statement skips iterations inside loops. This video shows practical use cases to keep your Python code ...
361 views
Learn how to use a Python dictionary, specifically a `defaultdict`, to simulate a `switch` statement including a default case. Perfect ...