N.B. SQLAlchemy now incorporates all of this information in its documentation; I’m leaving this post here, but recommend referring to SQLAlchemy instead of these instructions.
- We’ll assume you already have SQLAlchemy and Pandas installed; these are included by default in many Python distributions.
- Install the cx_Oracle package in your Python environment, using either
pip
orconda
, for example: