SyntaxFix
Write A Post
Hire A Developer
Questions
For simplicity's sake: newList = list(set(oldList))
newList = list(set(oldList))
But there are better options out there if you'd like to get speed/ordering/optimization instead: http://www.peterbe.com/plog/uniqifiers-benchmark