0% found this document useful (0 votes)
35 views3 pages

Session3 - Data Structures in Python

The document discusses built in data structures in Python including tuples, lists, sets, and dictionaries and how to choose the appropriate data structure depending on the type of data and problem being addressed.

Uploaded by

Praveen Kalura
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views3 pages

Session3 - Data Structures in Python

The document discusses built in data structures in Python including tuples, lists, sets, and dictionaries and how to choose the appropriate data structure depending on the type of data and problem being addressed.

Uploaded by

Praveen Kalura
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Data Structures

in Python

Chaitanya K S
Deputy Director
National Water Academy
CWC, Pune
Data Structures in Python
• Data Structures are meant to efficiently store, organize and access
the data

• Individual items of data stored in Data Structures are of basic Data


Types

• Built in Data Structures in Python


▪ Tuples
▪ Lists
▪ Sets
▪ Dictionaries

• What Data Structure to chose for storing, organizing and accessing


the data depends on the type of data and the problem at hand
Thank you

You might also like