Rambling about Django, Python, Ansible and sometimes PHP and Wordpress. I enjoy talking about all technologies, and offer help when I can.
import sets my_list = [1, 2, 2, 3, 4, 5, 5, 5, 6, 7, 7] unique_set = sets.Set(my_list)