Python Collections – An Introductory Guide

Collections is a built-in python module that provides useful container datatypes. Container datatypes allow us to store and access values in a convenient way. Generally, you would have used lists, tuples, and dictionaries. But, while dealing with structured data we need smarter objects. In this article, I will walk you through the different data structures …

Python Collections – An Introductory Guide Read More »