ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,156 results

CS50
CS50P - Lecture 7 - Regular Expressions

This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...

2:05:00
CS50P - Lecture 7 - Regular Expressions

388,317 views

3 years ago

Corey Schafer
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are ...

37:55
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

1,344,173 views

8 years ago

codebasics
Regular Expression Tutorial Python | Python Regex Tutorial

Regular expression python tutorial. I will take a real life example of extracting information out of tesla's company filing and show ...

25:29
Regular Expression Tutorial Python | Python Regex Tutorial

188,607 views

4 years ago

Google Career Certificates
Regular Expressions in Python | Google IT Automation with Python Certificate

Learn about what a regular expression is and why you would use one. Dive into the basics of regular expressions and give ...

56:47
Regular Expressions in Python | Google IT Automation with Python Certificate

4,188 views

4 years ago

Dr Codie
python re.sub

Learn python regular expressions with the re module and substitution of the text found with pattern matching using re.sub.

23:08
python re.sub

4,009 views

7 years ago

codebasics
Regex For NLP: NLP Tutorial For Beginners In Python - S1 E3

NLP problems are solved either using heuristics/rule based approach or using machine learning. Regex offers a powerful rule ...

44:27
Regex For NLP: NLP Tutorial For Beginners In Python - S1 E3

258,249 views

3 years ago

PyCon US
TUTORIAL / Trey Hunner / Hands-On Regular Expressions in Python

What are regular expressions, what are they useful for, and why are they so hard to read? In this tutorial we will break down the ...

2:35:21
TUTORIAL / Trey Hunner / Hands-On Regular Expressions in Python

2,186 views

4 years ago

Chuck Severance
Python for Informatics - Chapter 11 - Regular Expressions

Regular Expressions http://www.pythonlearn.com/ All Lectures: ...

35:24
Python for Informatics - Chapter 11 - Regular Expressions

36,153 views

12 years ago

Google for Developers
What are regular expressions?

Google Python Class Day 2 Part 1: Regular Expressions. By Nick Parlante. Support materials and exercises: ...

42:00
What are regular expressions?

548,257 views

15 years ago

LeSniperJF
Writing and Using Regular Expression in Python

In this video I continue our exploration of Regular Expression and try out examples using a Regular Expression Interpreter ...

1:39:52
Writing and Using Regular Expression in Python

306 views

3 years ago

DataCamp
NLP in Python Crash Course Part #1 | Tokenization, Regular Expressions, Text Preprocessing & More

Learn the foundations of Natural Language Processing (NLP) with Python in this beginner-friendly crash course. This tutorial ...

1:49:57
NLP in Python Crash Course Part #1 | Tokenization, Regular Expressions, Text Preprocessing & More

4,555 views

9 months ago

Conor McBride
Regular Expressions (CS103 2024/25 Semester 2 Lecture 5)

being a definition of regular expressions and the strings they like.

1:34:14
Regular Expressions (CS103 2024/25 Semester 2 Lecture 5)

356 views

10 months ago

CS50
REGULAR EXPRESSIONS TUTORIAL - CS50 on Twitch, EP. 15

Join CS50's David J. Malan for a tour of regular expressions--pattern-matching tools that can make identifying and verifying emails ...

1:38:36
REGULAR EXPRESSIONS TUTORIAL - CS50 on Twitch, EP. 15

9,488 views

7 years ago

MIT OpenCourseWare
1. Introduction, Finite Automata, Regular Expressions

MIT 18.404J Theory of Computation, Fall 2020 Instructor: Michael Sipser View the complete course: ...

1:00:34
1. Introduction, Finite Automata, Regular Expressions

510,294 views

4 years ago

edureka!
RegEx, Web Scraping & Data Visualization Using Python | Python Training | Edureka | Python Live - 3

Edureka Python Certification Training: https://www.edureka.co/python-programming-certification-training This Edureka video on ...

27:55
RegEx, Web Scraping & Data Visualization Using Python | Python Training | Edureka | Python Live - 3

3,735 views

Streamed 5 years ago

SpheroscopiC.
All about Regular Expressions in Julia

It's been a long time since regular expression was invented by mathematician Stephen Cole Kleene in 1951. Within a few years it ...

51:34
All about Regular Expressions in Julia

1,286 views

3 years ago

Jammos Analytics
Master Regex in Under 60 MINUTES!

Are you ready to master regex in just 60 minutes? In this comprehensive tutorial, we will guide you through the essentials of ...

59:11
Master Regex in Under 60 MINUTES!

186 views

1 year ago

Clever Programmer
18 - how do I search for a pattern in text? regex mini project (Python tutorial for beginners 2019)

How to Automate Stuff with Python... https://cleverprogrammer.lpages.co/automate-stuff-with-python/ Join the 3-part epic ...

20:06
18 - how do I search for a pattern in text? regex mini project (Python tutorial for beginners 2019)

6,025 views

6 years ago

LeSniperJF
Introduction to Regular Expressions

In this video I give a brief introduction of formal language theory and segue into Regular Expressions and their use for searching ...

1:00:44
Introduction to Regular Expressions

358 views

3 years ago

Dr Codie
re.search python

Pattern matching in python uses regular expressions to search and find characters or patterns in text. This python regular ...

25:07
re.search python

4,455 views

7 years ago

Mr Fugu Data Science
HOW TO TUTORIAL: REGULAR EXPRESSIONS (Regex) for Parsing ADDRESSES using Python

This is a tutorial to aid in Parsing Addresses with Regular Expression (Regex) in Python. TURN ON ...

26:56
HOW TO TUTORIAL: REGULAR EXPRESSIONS (Regex) for Parsing ADDRESSES using Python

3,759 views

5 years ago

Red Eyed Coder Club
Python Flask Web UI Tutorial: Simple web GUI/UI for Python script with Flask | Flask project

... Python Flask Web UI Tutorial covers these topics: - Using of Python regular expressions - What is 'if __name__ == '__main__' ...

46:58
Python Flask Web UI Tutorial: Simple web GUI/UI for Python script with Flask | Flask project

18,109 views

6 years ago

PyCSR - Learn Python with Pankaj Soni
How to learn Regular Expression easily in Python | PyCSR | Learn Python Online with Pankaj Soni

In this video you are going to learn about : - what is Python regular expression and its Python Modules - Difference beyween ...

1:06:52
How to learn Regular Expression easily in Python | PyCSR | Learn Python Online with Pankaj Soni

1,678 views

4 years ago

Anurag Singh ProCodrr
RegEx Core Concepts: The Ultimate Guide | RegEx in One Video

This in-depth course covers all the fundamental concepts of RegEx and demonstrates how to effectively use it in your projects.

1:40:29
RegEx Core Concepts: The Ultimate Guide | RegEx in One Video

15,106 views

1 year ago

John Ostlund
Data Focused Python A4 2020 Lecture 5 part 1 of 2

There are also Python language specific regular expressions that I won't get to just because we have limited time and I want to ...

1:40:03
Data Focused Python A4 2020 Lecture 5 part 1 of 2

1,127 views

5 years ago