Connect to MySQL Database in Python using PyMySQL
https://o7planning.org/11463MySQLdb: MySQLdb is a library that connects to MySQL from Python, it is written in C language and it is free and open source software. PyMySQL: This is a library that connects to MySQL from Python and it is a pure Python library. PyMySQL's goal is to replace MySQLdb and work on CPython, PyPy and IronPython.