

MySQL Connector for Python is a connector that enables the Python programs to access the MySQL database. Now the question arises what is MySQL connector? MySQL Connectorīasically Python needs a MySQL Driver which is used to access the MySQL Database an in this case "MySQL Connector" is the Driver
Mysql in python install#
It is freely available you can download and install the MySQL database from its official website :Īfter installing MySQL the next step is to install mysql connector for the python. If you want to practice the code examples in our upcoming tutorials then it is mandatory for you to install MySQL on your Computer. The main advantage of MySQL is that it can run on any of the Operating System. Thus SQL can be used to program a MySQL Database. One important thing to note here is that MySQL is used to store data and it is not used to create programs Thus it is not a Programming Language. MySQL is an open-source, relational database management system(RDBMS) that is based on Structured Query Language(SQL). In this tutorial our main aim to teach you how you can work with MySQL in Python. If you want to learn the basics of SQL then here is the link for our free course: Learn SQL.

Anyone who wants to put their step into this tutorial must be aware of these topics.īasics of SQL. Python Variable, Data types, Control Structures, Loops, etc. In this tutorial, we will learn What is MySQL, What are the prerequisites to use MySQL in Python and from where you can download and install MySQL and MySQL Python Connector.įirst of all, let us see what are the Prerequisites needed to learn MySQL in Python: Python MySQL - Prerequisitesīelow are the prerequisites needed in order to gain complete understanding: Deleting List Elements & other Functions.
