C'è: cx_Oracle
# Install --> You should have oracle installed otherwise exception will be raised
pip install cx_Oracle
import cx_Oracle
con = cx_Oracle.connect('pythonhol/example@sqldat.com/orcl')
print con.version
con.close()
https://www.orafaq.com/wiki/Python
https://www.oracle.com/technetwork/articles/dsl /python-091105.html