alphabetical sorting dict in python code example Example: python sort dictionary alphabetically by key sortednames=sorted(dictUsers.keys(), key=lambda x:x.lower())