Introduction
Python
Python
Published:
Table of content
Introduction
Design patterns are dependent on storing data. Python comes with the default collections such as list, tuple, set and dict.
However, Python also provides a module called collections which provides more specialized data structures.
In this section, we will explore the following data structures and it’s performance.