Collections in python are basically container data types such as lists, sets, tuples and dictionary with additional functionalities. For example, you can append items to the left of a list with the help of deque class.
#collections #pythontutorial #pythonforbeginners #pythoncourse