Visit Blog http://learnandmastercoding.blogspot....
Python Projects
In this we have created Python and MySql connection using mysql connector.
In this video we will demonstrate Python and MySql
connection using Jupyter Notebook. And
simultaneously
check in MySql.
1. We will create Database in MySql. Create mydb.
2. Use database . Change to mydb.
3. Create table person.
4. Insert data in person table.
5. Commit data to MySql database.
6. Select data from person table
7. Insert many rows to person table at one time
8 Delete statement to delete data from table person