A simply Python script that I created in my first year of university for a student club to match language learners together based on their skills / goals.
Step 2: Follow the first two steps of the Google Sheets v4 quickstart document
connection_id = {
'user': enter your username between two single quotes,
'password': enter your password between two single quotes,
'host': 'localhost',
'database': enter the name of your database here
}