Skip to content

Instantly share code, notes, and snippets.

@apalala
apalala / languages.py
Created December 14, 2011 16:52
Spoken Languages in Python
# -*- coding: UTF-8 -*-
#####################################################################
# List of spoken languages taken from Wikipedia:
# http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
# and translated into a Python list of dictionaries.
#
# Copyless 2011 Juancarlo Añez <apalala@gmail.com>
#####################################################################