The Hogwarts Regex challenge + explanation

The Hogwarts Regex challenge + explanation

A friendly coding challenge + explanation to get you started with Regular Expressions

Welcome challengee - it is time to perform magic with Python. In this challenge you will be working with Regex (short for Regular Expressions), a language with which you can match and retrieve strings of text or numbers. This allows you to turn messy real world data (e.g. from websites, emails, or other forms of communication) into a neat data structure (e.g. a Pandas Dataframe).


© 2024 Rens Wilderom