Back to Browse

Python Regular Expressions - Day 29 - 30 Days of Python

8.2K views
Sep 18, 2020
1:08:05

Python Regular Expressions - Day 29 - 30 Days of Python Learn to parse data using patterns (aka regular expressions aka regex). Guide - https://www.codingforentrepreneurs.com/blog/python-regular-expressions/ Docs - https://docs.python.org/3/library/re.html Code - https://github.com/codingforentrepreneurs/30-Days-of-Python/tree/master/tutorial-reference/Day_29 Chapters 0:00:00 - Welcome 0:01:12 - Reference Guide 0:02:20 - A Simple Regex Example 0:07:06 - The Downsides of Only Partial Understanding 0:08:55 - Chunking Patterns 0:15:43 - Optional Matches 0:19:30 - Using Parentheses 0:22:11 - Matching Ranges 0:28:22 - The OR operator 0:31:54 - Groups 0:38:48 - Named Groups 0:46:04 - Letters 0:52:35 - Metacharacters 1:06:15 - Thank you and a challenge

Download

1 formats

Video Formats

360pmp497.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python Regular Expressions - Day 29 - 30 Days of Python | NatokHD