Just a place where to dump some code to the community.
>>> x = [5,6,5]
>>> x_nodups = dict(map(lambda i: (i,1),x)).keys()