Master Python Regular Expressions
Learn Python Regular Expressions from Scratch. Lots of examples - 4 Real World Case Studies - 1 Project
Description
Regular Expressions are strings that define text matching patterns. This course explains all the concepts of regular expressions in Python through simple and multiple examples so that it will be easy for you to understand.
Each case study consists of exercises . By solving these exercises, you will be able to write regular expressions for different kinds of text data.
This course consists of three parts.
Part I
1.Introduction to regular expressions
2.RE Module Basics
3.RE Module Functions
4. Groups
5. Special Characters
6. Matching Repititions
7. Greedy and Non-Greedy Matching
8. Character Classes
9. Back References
10. Look Ahead and Look Behind Assertions
Part II (Case Studies with Exercises)
Urls
Dates
Numbers
Emails
Part III(Projects)
1.Build a Simple Password Checker
What You Will Learn!
- Understand all concepts in regular expressions clearly
- Able to write regular expressions to match URLs
- Able to write regular expressions to match Dates
- Able to write regular expressions to match Numbers
- Build a simple password checker application
Who Should Attend!
- Beginner Python Programmers who want to learn regular expressions
- Data Scientists who want to master regular expressions
- Any python programmer who works with unstructured data