How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04 | DigitalOcean
In this tutorial you will connect a Python application to a database server using the MySQL connector. This module allows you to make queries on the database server from within your application. You'll set up MariaDB for a Python environment on Ubuntu