MySQL-Python-Tutorial MySQL Tutorial - Python Step 1: SQL install: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-16-04 step 2: Install MySQL Driver: Python needs a MySQL driver to access the MySQL database. Tutorial-1 installation setup MySQL in python Tutorial-2,3, & 4 Create Database Connection, and view Tutorial-4,5 Create Table in Database and Insert values in table Tutorial-6 Select Table Columns from the table