Skip to content

Instantly share code, notes, and snippets.

View AnnieW2014's full-sized avatar

Annie Wang AnnieW2014

  • San Francisco Bay Area
View GitHub Profile
@AnnieW2014
AnnieW2014 / us_state_abbrev.py
Created January 2, 2022 04:36 — forked from rogerallen/us_state_abbrev.py
A Python Dictionary to translate US States to Two letter codes
# United States of America Python Dictionary to translate States,
# Districts & Territories to Two-Letter codes and vice versa.
#
# Canonical URL: https://gist.github.com/rogerallen/1583593
#
# Dedicated to the public domain. To the extent possible under law,
# Roger Allen has waived all copyright and related or neighboring
# rights to this code. Data originally from Wikipedia at the url:
# https://en.wikipedia.org/wiki/ISO_3166-2:US
#