ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

518 results

Zariga Tongy
Python Regular Expressions - re Module, Pattern Matching & Search — in 30 seconds #python

Master Python regular expressions with the re module. Learn pattern matching, search, findall, and advanced regex techniques ...

0:25
Python Regular Expressions - re Module, Pattern Matching & Search — in 30 seconds #python

0 views

2 hours ago

Rivaan Ranawat
Build Your Own Regex Engine From Scratch | Python Tutorial

In this video, we're building a regex engine from scratch - one that can handle the core features like character classes, quantifiers, ...

6:32:03
Build Your Own Regex Engine From Scratch | Python Tutorial

995 views

6 days ago

Soren I. Ngo
[Python for Beginners]: 24.04. Regular Expressions: findall() and match()

Chapters: 00:00:27 1. `re.findall()`: Finding All Matches 00:00:56 2. `re.match()`: Matching Only at the Start 00:01:26 3. Summary of ...

2:07
[Python for Beginners]: 24.04. Regular Expressions: findall() and match()

6 views

5 days ago

DataLearnm
Regular Expressions (Regex) Tutorial — Learn Regex with Examples (Beginner → Pro)

earn Regular Expressions (Regex) from scratch — practical, example-driven, and beginner-friendly. In this full tutorial you'll learn ...

21:05
Regular Expressions (Regex) Tutorial — Learn Regex with Examples (Beginner → Pro)

59 views

5 days ago

Soren I. Ngo
[Python for Beginners]: 24.06. Regular Expressions: split()

Chapters: 00:00:28 1. Using `re.split()` with Multiple Delimiters 00:00:58 2. Handling Inconsistent Spacing 00:01:31 3. Limiting the ...

2:38
[Python for Beginners]: 24.06. Regular Expressions: split()

0 views

5 days ago

Shiv Shankar Dayal
Regular Expression ExamplesPart 4 | Python 3 Programming

python3 #regularexpressions #regex.

14:15
Regular Expression ExamplesPart 4 | Python 3 Programming

19 views

6 days ago

vlogommentary
Predicting re Module Regex Memory Consumption in Python

Learn how to predict and optimize memory consumption when using Python's built-in re module for large regex matches.

3:36
Predicting re Module Regex Memory Consumption in Python

0 views

4 days ago

Soren I. Ngo
[Python for Beginners]: 24.05. Regular Expressions: substitute()

Chapters: 00:00:27 1. Using `re.sub()` for Replacement 00:00:58 2. Controlling the Number of Substitutions 00:01:26 3. Practical ...

2:32
[Python for Beginners]: 24.05. Regular Expressions: substitute()

0 views

5 days ago

Soren I. Ngo
[Python for Beginners]: 24.02. Regular Expressions: Sequence Characters

Chapters: 00:00:26 1. Digits: `\d` and `\D` 00:00:49 2. Word Characters: `\w` and `\W` 00:01:21 3. Whitespace: `\s` and `\S` ...

2:31
[Python for Beginners]: 24.02. Regular Expressions: Sequence Characters

0 views

5 days ago

Soren I. Ngo
[Python for Beginners]: 24.09. Regular Expressions: Matching dates

Chapters: 00:00:26 1. Matching a Simple Fixed Format (MM/DD/YYYY) 00:01:03 2. Matching Multiple Delimiters and Year Lengths ...

2:50
[Python for Beginners]: 24.09. Regular Expressions: Matching dates

0 views

5 days ago

Soren I. Ngo
[Python for Beginners]: 24.03. Regular Expressions: search()

Chapters: 00:00:24 1. Using `re.search()` 00:00:56 2. The Match Object 00:01:23 3. Handling No Match 00:01:53 Summary.

2:24
[Python for Beginners]: 24.03. Regular Expressions: search()

0 views

5 days ago

Soren I. Ngo
[Python for Beginners]: 24.10. Regular Expressions: Special Characters

Chapters: 00:00:27 1. Character Sets: `[]` 00:01:02 2. OR Operator and Any Character: `|` and `.` 00:01:30 3. Anchors: `^` (Start) ...

2:34
[Python for Beginners]: 24.10. Regular Expressions: Special Characters

0 views

5 days ago

Zariga Tongy
Python RegEx - Regular Expressions, Pattern Matching, Search, Replace — in 30 seconds #Tech #Learn

Master Python regular expressions: searching, matching, and replacing text patterns.

0:25
Python RegEx - Regular Expressions, Pattern Matching, Search, Replace — in 30 seconds #Tech #Learn

0 views

1 hour ago

Sarfraz
Python Regular Expression | Regex Explained with Easy & Tough Questions | LPU

Prepare for your LPU End Term Exams with this complete and beginner-friendly Python Regular Expressions (Regex) tutorial.

21:09
Python Regular Expression | Regex Explained with Easy & Tough Questions | LPU

353 views

7 days ago

Soren I. Ngo
[Python for Beginners]: 24.12. Regular Expressions: Web Scrapping  Demo

Chapters: 00:00:28 1. Defining the Target Data 00:00:56 2. The Extraction Pattern (Capturing Groups) 00:01:24 3. Executing the ...

2:33
[Python for Beginners]: 24.12. Regular Expressions: Web Scrapping Demo

0 views

5 days ago

Xenatronics
🚀 FastAPI + SQLModel : Repository Pattern en moins de 10 minutes ! #astuce

Dans cette partie 5, on construit toute la couche Data d'une API FastAPI moderne, en combinant : ✓ SQLModel (Pydantic + ...

2:23
🚀 FastAPI + SQLModel : Repository Pattern en moins de 10 minutes ! #astuce

0 views

14 hours ago

Learn IT Free: Careers & Tech with Vi-2s-Dk
500+ Logs Generated & Malware Detected: Python Security Script!

In cybersecurity, log analysis is everything — but what if you don't have real production logs to practice on? In this video, we walk ...

5:09
500+ Logs Generated & Malware Detected: Python Security Script!

16 views

14 hours ago

Microlearn and Logixy Hub
Python Telegram Bot Tutorial | Message Handlers & Regex Filters Explained | | Part 03

Stop your bot from replying to everything! In this video, you'll learn how to make your Telegram bot "smart" using Message ...

12:54
Python Telegram Bot Tutorial | Message Handlers & Regex Filters Explained | | Part 03

10 views

1 day ago

Soren I. Ngo
[Python for Beginners]: 24.01. Regular Expressions: Introduction

Chapters: 00:00:28 1. Why Use Regular Expressions? 00:00:54 2. Python's `re` Module 00:01:22 3. The Raw String Prefix ('r') ...

2:29
[Python for Beginners]: 24.01. Regular Expressions: Introduction

0 views

5 days ago

Soren I. Ngo
[Python for Beginners]: 24.11. Regular Expressions: using special characters

Chapters: 00:00:25 1. Building the User Name Part (Local Part) 00:00:58 2. Building the Domain Name Part 00:01:35 3.

2:39
[Python for Beginners]: 24.11. Regular Expressions: using special characters

0 views

5 days ago