ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,986 results

phette23
Python Match-Case Statement Example

Example of using Python's relatively new (3.10+) Match...Case statement.

3:07
Python Match-Case Statement Example

31 views

1 year ago

Eduardo Mendes
Pattern Matching - Live de Python #171

Chegou a hora de conversarmos sobre a feature mais esperada da versão 3.10 do Python. O Pattern Matching. Um alternativa ...

1:53:13
Pattern Matching - Live de Python #171

7,179 views

Streamed 4 years ago

Alex The Analyst
Regular Expression Use Cases in Python

Take my Full Python Course Here: https://bit.ly/48O581R In this lesson we are going to look at real use cases for Regular ...

12:47
Regular Expression Use Cases in Python

12,640 views

2 years ago

EuroPython Conference
How we used vectorization for 1000x Python speedups (no C or Spark needed!)

EuroPython 2024 — Forum Hall on 2024-07-11] How we used vectorization for 1000x Python speedups (no C or Spark needed!)

40:40
How we used vectorization for 1000x Python speedups (no C or Spark needed!)

483 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

859 views

3 years 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

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

160 views

1 year 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

3 years ago

TrentDoesMath
Hands On Data Science Project: Understand Customers with KMeans Clustering in Python

Try CodeCrafters for free using my referral link: https://app.codecrafters.io/join?via=trentpark8800 In this walkthrough, we dive into ...

1:47:49
Hands On Data Science Project: Understand Customers with KMeans Clustering in Python

89,524 views

1 year 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,365 views

4 months ago

CodeTapasya
Python `match` Statement Secret Nobody Knows! 🤫 #Shorts

Hey Python fam! Ready to unlock a super cool secret about Python's `match` statement that barely anyone knows? I'm breaking ...

0:51
Python `match` Statement Secret Nobody Knows! 🤫 #Shorts

288 views

3 weeks 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

7 months ago

programming
Scala Match Case

Scala Match Case.

22:33
Scala Match Case

460 views

5 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

2 months ago

ojamboshop
Python Switch Case Statement

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

8:58
Python Switch Case Statement

45 views

1 year ago

Распаковка курсов - разбор онлайн курсов
002 ▶️ Todo List View and Program Exit #match case
7:20
002 ▶️ Todo List View and Program Exit #match case

0 views

3 years ago

Big Things Conference
Machine learning for product matching by Francisco Javier Ordoñez y Alicia Pérez

Session presented at Big Data Spain 2018 Conference 15th Nov 2018 Kinépolis Madrid.

32:39
Machine learning for product matching by Francisco Javier Ordoñez y Alicia Pérez

3,274 views

7 years ago

Nouvelle Techno
Stop using switches in PHP, use this instead 😱

The match structure is the modern version of switch in PHP 8. It makes code cleaner, safer, and returns a value without the ...

2:28
Stop using switches in PHP, use this instead 😱

1,632 views

6 months ago

EuroPython Conference
Deep Kayal - Large-scale data extraction, structuring and matching using Python and Spark

"Large-scale data extraction, structuring and matching using Python and Spark [EuroPython 2017 - Talk - 2017-07-14 - Anfiteatro ...

30:32
Deep Kayal - Large-scale data extraction, structuring and matching using Python and Spark

864 views

8 years ago

PyCon DE
PyCon.DE 2017 Thuy Le - Sport analysis with Python

Thuy Le Abstract Tags: devops analytics data-science python Sport analysis with Python and visualize data with tableau. We have ...

23:29
PyCon.DE 2017 Thuy Le - Sport analysis with Python

763 views

8 years ago

Kian Brose
How to make advanced image recognition bots using python

This video will show you how to make image recognition bots as fast as possible using Python. I will cover the basics of Pyautogui, ...

15:01
How to make advanced image recognition bots using python

1,519,327 views

5 years ago

CppNow
C++Now 2019: Michael Park “Pattern Matching: Match Me If You Can”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:29:26
C++Now 2019: Michael Park “Pattern Matching: Match Me If You Can”

4,644 views

6 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

95 views

1 year 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

2 months ago

我是Paul Chao
Python 3.10 條件匹配 match/case

Python 3.10引入的match/case語法來匹配多種模式.

4:17
Python 3.10 條件匹配 match/case

11 views

1 year ago