Python logo

Table of Contents

  • collections — Container datatypes
    • ChainMap objects
      • ChainMap Examples and Recipes
    • Counter objects
    • deque objects
      • deque Recipes
    • defaultdict objects
      • defaultdict Examples
    • namedtuple() Factory Function for Tuples with Named Fields
    • OrderedDict objects
      • OrderedDict Examples and Recipes
    • UserDict objects
    • UserList objects
    • UserString objects

Previous topic

calendar — General calendar-related functions

Next topic

collections.abc — Abstract Base Classes for Containers