Data Structures in Python

In these tutorials, youโ€™ll learn about built-in data structures in Python. Python comes with a variety of versatile data structures in the core language, as well as in its large standard library.

Youโ€™ll also learn how you can implement abstract data structures, such as stacks, queues, hash tables, etc. in Python.