Here in this post, you will learn about Python collections. 1. Collections in python are basically container data types, namely lists, sets, tuples, dictionary. 2. Lists are used to store multiple items in a single variable. 3. Lists are created using square brackets. 4. List items are ordered, changeable, and allow duplicate values.