Revisiting Regular Expression

A regular expression is nothing but a sequence of characters that define a pattern which then can be used to filter or match information. This article is not a tutorial on regular expression but shows the versatility of regular expression in our day-to-day life and some useful references.

Data is everywhere and is the new oil for modern generation. Data can be broadly categorized as binary data such as (mp3 file, png file, etc.) which in most cases is not human-readable, whereas text data like emails, notes, etc. are more human-friendly. Regular expression is well suited for searching for content in text data.

How to Check for Anagrams Using Python

In this journey to become a somewhat competent and capable Python programmer, I've come to realize that we don't know what we don't know. There is and will always be a better way of doing things. But as budding programmers, it's important that we don't get discouraged when a problem seems too difficult because most of the time, the solution is staring us right in the face. When that happens, just take a breath and step away from your computer, rest your eyes, and maybe have some of your favorite brain tea. Then get back to it because the problem won't solve itself, and the world needs people like you to make a difference.

Okay, I'm done with my rant.