Concept

Data Structures in Python

Data structures facilitate the organization of data in computer memory in an efficient manner which further support faster and more flexible data manipulations.

The python interpreter offers the following built-in data structures:

  • List
  • Set
  • Tuple
  • Dictionary

0

2

Updated 2021-04-13

Tags

Python Programming Language

Data Science

Learn After