Skip to main content

Posts

Showing posts from July, 2019

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

What is Python?

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