Author name: Sahithi Regatte

Python “Collections” Module

This tutorial explains about the Collections module in python in detail. The python ‘collections’ module is a powerful utility that provides specialized containers datatypes beyond the built-in data structures(like lists, dictionaries ,sets, tuples). It offers additional data structures such , counter defaultdict deque namedtuple OrderedDict ChainMap The above are some of the classes that were …

Python “Collections” Module Read More »

Scroll to Top