Skip to content

Instantly share code, notes, and snippets.

@woodbridge
Last active March 30, 2026 23:41
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'
]
@WorldOfNero

Copy link
Copy Markdown

Corrected (added CYP, deleted GBR):

eu = [
'AUT', 'BEL', 'BGR','HRV', 'CYP', 'CZE', 'DNK', 'EST', 'FIN', 'FRA',
'DEU', 'GRC', 'HUN', 'IRL', 'ITA', 'LVA', 'LTU', 'LUX', 'MLT',
'NLD', 'POL', 'PRT', 'ROU', 'SVK', 'SVN', 'ESP', 'SWE'
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment