Contribute Media
A thank you to everyone who makes this possible: Read More

An Intuitive Grasp of RegEx’s in Python

Description

Regular expressions are used to define search patterns. Python provides regular expressions via the built in ‘re’ module, but they are hard to read, write, and understand. This talk will give you two tools conquer regex’s, a mental model, (demonstrated with props), of how they work, and a mini- language, “Simple Regex Language”, to create readable regex’s that easily translate into Python regex's.

Details

Improve this page