Skip to content

Instantly share code, notes, and snippets.

@woodbridge
Last active January 24, 2025 10:24
Show Gist options
  • Select an option

  • Save woodbridge/6a3c9c85b1c97ac669b05177e4cd70cb to your computer and use it in GitHub Desktop.

Select an option

Save woodbridge/6a3c9c85b1c97ac669b05177e4cd70cb to your computer and use it in GitHub Desktop.
European Union ISO Country Codes (Alpha 3)
eu = [
'AUT', 'BEL', 'BGR','HRV', 'CZE', 'DNK', 'EST', 'FIN', 'FRA',
'DEU', 'GRC', 'HUN', 'IRL', 'ITA', 'LVA', 'LTU', 'LUX', 'MLT',
'NLD', 'POL', 'PRT', 'ROU', 'SVK', 'SVN', 'ESP', 'SWE', 'GBR'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment