Rediscovering Python's Regular Expressions
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the inner workings of Python's regular expression module in this informative EuroPython conference talk. Dive deep into the structure and functionality of the 're' module, uncovering hidden gems and lesser-known features. Learn about the compilation process, speed implications of using callable replacements in 're.sub', and the intricacies of the MatchObject interface. Gain a better understanding of this widely-used module through clear explanations, interesting trivia, and practical examples. Suitable for anyone familiar with basic regular expression usage in Python.
Syllabus
Introduction
Overview
History
Search for God
Why Search
Why Compile
Read Ignore Case
Bitwise
Standard Library
Mesh Objects
Example
Group subgroups
Thick
Questions
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube