#1 Install mysql connector in python | Interface Python with MySQL | Class 12 CBSE Computer Science



#1 Install mysql connector in python | Interface Python with MySQL | Class 12 CBSE Computer Science

#1 Install mysql connector in python | Interface Python with MySQL | Class 12 CBSE Computer Science

Welcome to the Part 1 of the Chapter Interface Python with MySQL .
In this video I have discussed how to install mysql connector to python via command prompt(cmd) in Windows using pip . In order to do deploy applications based on interconnection between python and MySQL Database this connector is required . my-sql-connector serves as a bridge between python and SQL .
The condition for installing mysql connector or any additional python library for that matter is that it is necessary that python should be added to path.

Command to install mysql connector:
pip install mysql-connector-python

If python is not already added to path , you can watch my video on the same by clicking on the link below :
https://youtu.be/_9m_Zy6QVvs

If you haven’t watched the other parts of this chapter you can watch by clicking on the links below 👇 :

👉 #2 Introduction to Python MySQL Connectivity
https://youtu.be/ubm_u2emCo8

👉 #3 Data Extraction from SQL via Python
https://youtu.be/ngRH1lfo534

👉 #4 Performing SQL Queries via Python | insert , update and delete query
https://youtu.be/a4NOJADRzQY

👉 #5 Sending data via. Parameterized Queries
https://youtu.be/9Hv7VmLAHnw

👉 #6 Formatting data via. tabulate library in python
https://youtu.be/srCXklPgJIc

👉 #7 CRUD operations in Python with SQL
https://youtu.be/E8aUIRlOpio

Connect on these social media Handles:

👉 Instagram: https://www.instagram.com/bhargab_kakati/

👉 LinkedIn : https://www.linkedin.com/in/bhargabkakati/

👉 Twitter : https://twitter.com/bhargab008

#Python #mysqlconnector #PythonMySQL

#Windows7 #Windows8 #Windows10

Comments are closed.