Skip to content

Instantly share code, notes, and snippets.

@macedd
Created May 8, 2016 16:50
Show Gist options
  • Save macedd/2649310704c259f486d51c15030b59b5 to your computer and use it in GitHub Desktop.
Save macedd/2649310704c259f486d51c15030b59b5 to your computer and use it in GitHub Desktop.
Brazillian States python object
{
'AC': 'Acre',
'AL': 'Alagoas',
'AP': 'Amapá',
'AM': 'Amazonas',
'BA': 'Bahia',
'CE': 'Ceará',
'DF': 'Distrito Federal',
'ES': 'Espírito Santo',
'GO': 'Goiás',
'MA': 'Maranhão',
'MT': 'Mato Grosso',
'MS': 'Mato Grosso do Sul',
'MG': 'Minas Gerais',
'PA': 'Pará',
'PB': 'Paraíba',
'PR': 'Paraná',
'PE': 'Pernambuco',
'PI': 'Piauí',
'RJ': 'Rio de Janeiro',
'RN': 'Rio Grande do Norte',
'RS': 'Rio Grande do Sul',
'RO': 'Rondônia',
'RR': 'Roraima',
'SC': 'Santa Catarina',
'SP': 'São Paulo',
'SE': 'Sergipe',
'TO': 'Tocantins'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment