Yellow cover of Regular Expressions in Python. This template resource is from 365 Data Science.

Regular Expressions in Python

Hristina Hristova

Hristina Hristova

Course Author

In this template you will find a list of the most commonly used regular expressions as well as a link to the Python documentation website, where the full list is stored. We will start with a simple example demonstrating the function of the compile(), match(), and search() methods. After that, more complicated regular expressions are constructed. Some other related topics you might be interested in are String formatting in Python, Bubble Sort in Python, Linear search in Python, Binary Search in Python. The Regular Expressions in Python template is among the topics covered in detail in the 365 Data Science Program. 

Hristina Hristova

Hristina Hristova

Course Author


Who is it for

Any Data Analysts, Machine Learning Engineers, Power Bi Developers, Data Scientists who are interested in understanding the basics of regular expression will find this template useful.

How it can help you

Regular expressions are a very useful way of filtering out documents in a folder based on patterns in the names. With this template, we lay the foundations of regular expressions with several very useful examples. We also provide the relevant Python Documentation resource for futher research.

Regular Expressions in Python

Yellow cover of Regular Expressions in Python. This template resource is from 365 Data Science.