Skip to main content

Posts

Python MySQL

Python uses mysql.connector package to connect to the MySQL database. Installing the MySQL connector package in the Python IDE: You can use PIP installation method to install the MySQL connector package. Command for installation is given by:      python -m pip install mysql-connector
Recent posts

What is Python?

Python is a programming language. It was created by Guido van Rossum and Released in 1991.      Guido van Rossum