Do you work with text on a regular basis? Then you've probably thought about learning regular expressions.
But:
- You've heard that they're impossible to learn
- You've seen what they look like, and ... yeah, they indeed look impossible to learn!
- Lots of people get around using them
It's true, regular expressions look scary. But once you understand what's happening, you'll see that they are fairly straightforward. And once you know them, you'll see oodles of opportunities to use them in your day-to-day work.
In this four-hour live course, I'll introduce you to regular expressions in Python. We'll discuss:
- The "re" module in Python's standard library, and its main functions — re.match, re.search, and re.findall
- Metacharacters
- Repetition
- Character classes
- Anchors
The class includes tons of hands-on exercises using real-world data sets. There will be lots of time for questions, as well.
By the end of this class, you'll have a solid footing in the world of regular expressions, and will be able to use them to search through text.
This class assumes an understanding of basic Python syntax, such as conditions (if/else), text strings, for loops, and reading through text files.
Join me, and discover a new coding superpower!