Skip to content

Instantly share code, notes, and snippets.

View Asmilex's full-sized avatar

Asmilex Asmilex

View GitHub Profile
@br3ndonland
br3ndonland / github-actions-notes.md
Last active June 15, 2024 00:52
Getting the Gist of GitHub Actions
@DGrady
DGrady / oracle-query.org
Last active March 21, 2024 11:57
Example of querying an Oracle database using Python, SQLAlchemy, and Pandas

Query Oracle databases with Python and SQLAlchemy

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.

Install requirements

  1. We’ll assume you already have SQLAlchemy and Pandas installed; these are included by default in many Python distributions.
  2. Install the cx_Oracle package in your Python environment, using either pip or conda, for example: