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
92 results
So this lecture notes um um start with the definition of a regular expression what is regular expression in Python regular ...
0 views
3 days ago
Regex specific dash pattern (Python) Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
8 views
5 days ago
You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/code-quality/ 0:00:00 ...
2,350 views
55 views
Counting occurrences of Regex Matches in Python Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
2 views
2 days ago
Welcome to the ultimate guide on Python indexing and slicing! In this tutorial, we break down these fundamental concepts into ...
66 views
In this tutorial, we dive deep into the slicing operator in Python, a must-know feature for any developer looking to write cleaner, ...
58 views
4 days ago
Entdecken Sie, wie Sie Python-Regex verwenden, um bestimmte Versionsnummern aus Code-Strings effizient zu extrahieren.
7 days ago
Do subscribe to the AKGEC channel & get regular updates on videos: For more information: Please write to us at ...
1 day ago
90 views
Today's Topic: Filter out special characters but preserve some Thanks for taking the time to learn more. In this video I'll go through ...
6 days ago
Resources & Links: Authors' Website: http://www.sharanamshah.com Link to buy: ...
32 views
Does Pattern Matching in Bash use the same structure as ReGex? Helpful? Please use the *Thanks* button above! Or, thank me ...
10 views
Sesión 01 - Taller de Hacking Web: SQLi & NoSQLi paso a paso. Iniciamos el Taller de Hacking Web con una inmersión técnica ...
119 views
LeetCode 125 Valid Palindrome – 90% of people solve it wrong or use too much space. In under 5 minutes, learn the two-pointer ...
12 views
9 views
In this video, we deeply understand **Regular Expressions (RE) in Natural Language Processing (NLP)** — including formal ...
Welcome to to day 21 of my series on the Free Code Camp Python Certification. Today we will cover part two of the Medical Data ...
Sesión 01: Hacking Web - SQLi & NoSQLi. Metodología técnica de detección y explotación. Contenido: - Discovery: Metodología ...
631 views
Streamed 4 days ago
rpartition splits on the LAST occurrence. Perfect for filenames. One call. No regex. Nobody uses it.