In this tutorial, we'll be learning how to connect to a database in Python using
the MySQL Connector library, execute SQL commands and perform the basic CRUD (C
reate, Read, Update, Delete) operations.
In this first part we will learn how to Connect to the MySQL Database and