Regular Expressions
Hi,
I learned that in Data Science, people often us Regular Expression (Regex). I was wondering if Regex is taught in any of the courses in this platform?
Hi Ishrath!
Thanks for reaching out.
You are right. Although regex is a tool that programmers use more often than data scientists, the latter must be aware of its existence and functionality as well.
As of now, Giles presents the Python's Regex module in the Advanced Python: Debugging section of the Python Bootcamp course (https://learn.365datascience.com/courses/preview/python-programmer-bootcamp/).
The section description is the following:
Advanced Python: Debugging
When you write code, it will contain mistakes! It’s unavoidable. Debugging is the process of going through your code, finding the mistakes and correcting them. We will teach you that process in this section. You will also be introduced to python’s module for using regular expressions: Regex.
and this is a link to its first lecture:
https://learn.365datascience.com/courses/python-programmer-bootcamp/debugging/
Hope this helps.
Best,
Martin