ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

555 results

ArjanCodes
Retry Pattern: The Secret to Resilient Python Code

Get real-time, search result data from Google, Youtube and more with SerpApi: https://serpapi.link/arjan-codes. This video shows ...

24:02
Retry Pattern: The Secret to Resilient Python Code

2,942 views

4 hours 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

7 days 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

1,031 views

7 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

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

7 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

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

7 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

7 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

7 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

7 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

7 days 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

20 views

2 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

7 days 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!

46 views

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

7 days ago

Soren I. Ngo
[Python for Beginners]: 24.07. Regular Expressions: Quantifiers

Chapters: 00:00:31 1. `+` (One or More) 00:01:02 2. `*` (Zero or More) 00:01:27 3. `?` (Zero or One) 00:01:50 4. `{N, M}` (Specific ...

2:56
[Python for Beginners]: 24.07. Regular Expressions: Quantifiers

0 views

7 days 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

7 days ago

Learn IT Free: Careers & Tech with Vi-2s-Dk
Cybersecurity Automation: Python Scripting for Security Professionals!

Welcome to Module 5—the module that will transform you from a basic analyst into a powerful automation engineer! Python is the ...

18:09
Cybersecurity Automation: Python Scripting for Security Professionals!

109 views

2 days ago

Soren I. Ngo
[Python for Beginners]: 24.08. Regular Expressions: using quantifiers

Chapters: 00:00:24 1. Matching Variable-Length Numbers 00:01:02 2. Matching Words and Spaces 00:01:38 3. Matching ...

2:46
[Python for Beginners]: 24.08. Regular Expressions: using quantifiers

0 views

7 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

194 views

1 day ago

Paul Talks Tech
Python GUI Builder (2025) | Modern Drag and Drop python Builder | PyUiBuilder | Python

A quick overview and update of the GUI builder tool I am building. There's a lot coming so stay tuned. Try the tool here: ...

1:39
Python GUI Builder (2025) | Modern Drag and Drop python Builder | PyUiBuilder | Python

1,141 views

7 days ago

Code Minions
Python Day 10 | Nested Loops Explained | Star Pattern

Learn how nested loops work in Python by printing a simple star pattern. This short video explains how the outer loop controls ...

1:19
Python Day 10 | Nested Loops Explained | Star Pattern

92 views

16 hours ago

Xah Lee
Xah Talk Show Ep724 Wolfram Language, Advent of Code 2025, Day 2

Introduction to the Problem (0:56-5:00): Xah introduces the Advent of Code Day 2 problem, which involves identifying "invalid ...

1:38:40
Xah Talk Show Ep724 Wolfram Language, Advent of Code 2025, Day 2

181 views

Streamed 6 days ago

CodeNova
New Best Pattern using Python Code ✅ #shorts #viral #ytshorts 💯

New Best Pattern using Python Code ✓ #shorts #viral #ytshorts javascript coding web development programming coding for ...

0:25
New Best Pattern using Python Code ✅ #shorts #viral #ytshorts 💯

473 views

7 hours ago

Chromatic Code
This neon modular arithmetic pattern is pure math magic 🧮 #111

A mesmerizing neon animation based on modular arithmetic, created with Python. Watch as hundreds of straight lines crisscross ...

0:16
This neon modular arithmetic pattern is pure math magic 🧮 #111

1,735 views

5 days ago