“Python Collection” also called “Python Data Structure” constitutes the core functionality of how data is stored and being assigned to a variable. All the examples we have seen until now in this series “Understanding Python” had one element assigned to a variable and the data type of the element was either an int, float, or a bool. Moving forward in this article, we will be focussing more on the “advanced data types”(list, tuple, set, and dictionary) wherein a variable can hold more than one element.

Python Collections

  1. List
  2. Tuple
  3. Dictionary
  4. Set

#coding #programming #python #software-engineering #software-development

Understanding Python: Part 3
1.20 GEEK