Introduction of Course MySQL Database Connectivity using Python
  • Introduction to MySQL Database Connectivity
What is relational database and MySQL demo using command prompt
  • What is relational database and MySQL commands
  • Demonstration of MySQL using Command prompt
Python IDEs and Jupyter notebook demo
  • Python IDEs
  • Demonstration of Jupyter Notebook
Connector Module and methods in Python
  • Connect Module in Python
  • Demonstration of connection testing
Create Database and Create Table
  • Create Database and table using Python code
  • Demonstration of creating database and table using python code
Insert values in database and display values from database
  • Insert values in database and display values from database
  • Demonstration of insert values in the table and display values of table
Alter and Update table
  • Alter, Update and delete
  • Demonstration of alter update and delete
Simple Menu driven Simple application
  • Simple Menu driven application in Python