Cool and interesting Python stuff
Resources: https://blog.pythonlibrary.org/
Clone: git@github.com:openskynetwork/opensky-api.git Run: pip install -e ~/work/git/opensky-api/python/
json.dumps(file, default=str)
sorted_list = sorted(unsorted_list, key=str.casefold)
all_keys = set().union(*(d.keys() for d in mylist))