Skip to content

Instantly share code, notes, and snippets.

View jessielw's full-sized avatar
🖥️
Coding

Jessie Wilson jessielw

🖥️
Coding
View GitHub Profile
@jessielw
jessielw / python_dictionary_of_iso_639-2_codes
Last active December 22, 2021 21:36
Python Dictionary of ISO-639-2 Codes
iso_639_2_codes_dictionary = {'English': 'eng',
'Chinese': 'chi',
'French': 'fre',
'Japanese': 'jpn',
'Spanish': 'spa',
'German': 'ger',
'Korean': 'kor',
'Russian': 'rus',
'Afar': 'aar',
'Abkhazian': 'abk',