This unit provides optional reference material for students interested in exploring alternative, more advanced data storage solutions, including relational databases. :smiley_cat:
Google Sheets:
The gspread Package
gspread
Relational Databases (SQL):
The sqlite Module (for SQLite databases)
sqlite
The psycopg Package (for PostgreSQL databases)
psycopg
The pymysql Package (for MySQL databases)
pymysql
The sqlalchemy Package (an ORM for various relational databases)
sqlalchemy
The bigquery Package (for Google BigQuery)
bigquery
Document-object Storage ("No SQL"):
The pymongo Package (for MongoDB databases)
pymongo
Database Exercise - follow the sqlite module notes to connect to and query an example SQLite database!
Last updated 5 years ago