Recent posts

Mysql Basics

19 minute read

The USE command is used to load a database eg: USE imdb;

Regular Expressions in python

5 minute read

Regular expression is a special sequence of characters that helps us in matching or finding other strings or set of strings , using a specialized syntax held...