Python Application Notes: set and frozenset 2015-12-03 Updated: 2015-12-04 3.2K The sets module provides classes for constructing and manipulating unordered collections of unique elements but is deprecated since version 2.6 and is replaced by the build-in set and frozenset types. Read more →