Skip to content

Instantly share code, notes, and snippets.

View Kahuna-Honu's full-sized avatar
🐽

Hazael Pérez Kahuna-Honu

🐽
  • Big Wave Data / iNBest
  • Monterrey, México
  • 11:23 (UTC -06:00)
View GitHub Profile
@eshirazi
eshirazi / sqlalchemy_azure_mssql_pyodbc.py
Created April 25, 2019 09:49
SQLAlchemy connect to Azure SQL, using PyODBC
# On mac, run these first:
# - brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
# - brew update
# - brew install msodbcsql17 mssql-tools
#
# Install requirements:
# - pip install pyodbc sqlalchemny
import urllib
from sqlalchemy import create_engine
@Azsaturndx
Azsaturndx / financial-functions.md
Last active April 19, 2024 16:31
Financial functions (SQL SERVER)