top of page

Built-In Python Data Structures

As a Python user, I believe it is important to understand data structures. In this project the aim is to understand the four built-in data structures in Python. 

  • List

  • Dictionary

  • Tuple

  • Set

​

Functions, Methods and Summary for each data structure is available in a PDF format and in notebook format.

 

The code can be found in my GitHub repo.

bottom of page