Skip to content

Instantly share code, notes, and snippets.

@WorldOfNero
Forked from woodbridge/codes.py
Created March 30, 2026 23:41
Show Gist options
  • Select an option

  • Save WorldOfNero/5cefa522bbe8db061fd860bfae38ec16 to your computer and use it in GitHub Desktop.

Select an option

Save WorldOfNero/5cefa522bbe8db061fd860bfae38ec16 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