Python is one of the most diverse and best languages to learn, here is how to make a simple
database in Python.
# Most common DBAPI conversion modules
# MySQL - MySQLdb
# PostrgeSQL - psycopg(2)
# SQLite - sqlite3
# Oracle - oracle
# M$ SQL server...