Lists

In this lesson, we will learn about an important data structure in Python: lists.

We'll cover the following

A data structure is a way of storing and organizing data according to a certain format or structure. Data structures are a crucial part of computer programming. Since we frequently deal with data manipulation, it is of paramount importance to organize it in an efficient and meaningful way.

The three commonly used built-in data structures offered in Python 3 are:

  1. List
  2. Tuple
  3. Dictionary

Get hands-on with 1200+ tech skills courses.