June 7, 2014Software, Uncategorized A python utf gotcha This one had me stumped for a while: # -*- coding: utf-7 -*- import datetime from sqlalchemy import ForeignKey, Column from sqlalchemy.types […]