ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

797 results

Eric Phetteplace
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

Quick Coding Tips
The #Wait Is #Over: #Python 's Secret #Switch #Case Feature is Finally Out in the Open

In this highly-anticipated video, we're finally revealing one of Python's biggest secrets: the switch case feature! For years ...

1:00
The #Wait Is #Over: #Python 's Secret #Switch #Case Feature is Finally Out in the Open

853 views

2 years ago

Peter Schneider
Simple and secure Python console menu without conditionals or match case statements

Simple and secure Python console menu without conditionals or match case statements I hope you found a solution that worked ...

3:32
Simple and secure Python console menu without conditionals or match case statements

10 views

2 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

ojamboshop
Switch Case Equivalent In Python

Python uses match case pair instead of the switch case pair of other programming languages. Use switch case to specify many ...

0:58
Switch Case Equivalent In Python

28 views

1 year ago

The Debug Zone
Python Regex: Case Sensitive and Insensitive Matching with Pipe Operator

In this video, we dive into the powerful world of Python regular expressions, focusing on case-sensitive and case-insensitive ...

1:31
Python Regex: Case Sensitive and Insensitive Matching with Pipe Operator

1 view

6 months ago

CodeTapasya
Python `match` Statement: Say Goodbye to Chained If/Else! 👋 #Shorts

Tired of wrestling with endless `if`/`elif`/`else` chains in your Python code? Say hello to the `match` statement – your new best ...

1:15
Python `match` Statement: Say Goodbye to Chained If/Else! 👋 #Shorts

973 views

3 weeks ago

Roel Van de Paar
Code Review: Python case insensitive dictionary

Code Review: Python case insensitive dictionary Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:04
Code Review: Python case insensitive dictionary

25 views

3 years ago

Python Peak
How can re.finditer match overlapping #patterns in Python? Unlocking Overlap Match #patterns Like a

How can re.finditer match overlapping patterns in Python? You can use re.finditer for finding all matches. By adjusting the ...

0:27
How can re.finditer match overlapping #patterns in Python? Unlocking Overlap Match #patterns Like a

94 views

1 year ago

Peter Schneider
Python overload doesn't match Any case

Python overload doesn't match Any case I hope you found a solution that worked for you :) The Content is licensed under ...

3:00
Python overload doesn't match Any case

2 views

9 months ago

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,291 views

3 months ago

Dario
Wait! You are blocking the thread!  #rustlang #rustprogramming #coding

If you do this, you are slowing down your system. Having a CPU-bound function inside a Tokio task effectively blocks the thread, ...

0:29
Wait! You are blocking the thread! #rustlang #rustprogramming #coding

1,075 views

2 years ago

I love Python
423 - Instruções match em Python

Veremos de forma breve como dá para utilizar instruções match, que o o equivalente switch em Java. 00:00 Criando um método ...

3:25
423 - Instruções match em Python

47 views

3 years ago

Single-line
What explains pattern matching in Python not matching for 0.0, but matching for float()?

Source: https://stackoverflow.com/questions/79614033 Question Author: - mvallebr https://stackoverflow.com/users/1077695 ...

0:31
What explains pattern matching in Python not matching for 0.0, but matching for float()?

3 views

4 weeks ago

Roel Van de Paar
GIS: "Sequence size" doesn't match row in Python?

GIS: "Sequence size" doesn't match row in Python? Helpful? Please support me on Patreon: ...

2:01
GIS: "Sequence size" doesn't match row in Python?

9 views

4 years ago

Roel Van de Paar
Python CS GO Case Simulator

Python CS GO Case Simulator Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

2:58
Python CS GO Case Simulator

167 views

3 years ago

AdrianTheHacker
Understanding Fuzzy Search Algorithms

Full Video: https://youtu.be/g49cB290HRQ Ever typed something wrong in a search bar and still got the right result? That's fuzzy ...

1:17
Understanding Fuzzy Search Algorithms

271 views

8 months ago

Peter Schneider
How to match lines starting with an upper case letter and have 1 to 10 words per line using regul...

How to match lines starting with an upper case letter and have 1 to 10 words per line using regular expressions I hope you found ...

2:58
How to match lines starting with an upper case letter and have 1 to 10 words per line using regul...

1 view

1 year ago

Mixible
How to draw random numbers with python to match in Pandas Dataframe

Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...

2:21
How to draw random numbers with python to match in Pandas Dataframe

3 views

1 year ago

Edgars Garsneks
Java Pattern Matching

Pattern matching in Java is a great feature that reduces a lot of boilerplate. Even hated switch statements have become better with ...

1:38
Java Pattern Matching

222 views

8 months ago