ODBC stands for Open Database Connectivity.ODBC API standard allows the connections with any database that supports the interface such as the PostgreSQL database or Microsoft access in a transparent manner
Three types of ODBC modules for python:
PythonWin ODBC module :limited development
mxODBC : a commercial product
pyodbc :This is open source python package