Let’s learn about the list, dictionary, set comprehensions in python. Photo by Kara Eads on Unsplash Comprehensions in Python: The comprehension consists of a single expression followed by

Let’s learn about the list, dictionary, set comprehensions in python. Photo by Kara Eads on Unsplash Comprehensions in Python: The comprehension consists of a single expression followed by
Let’s learn about how to use list as stacks and queues using collections.deque in python. Photo by Markus Spiske on Unsplash Stack: A stack is a basic
Let us learn about python tuple in detail. Photo by Toa Heftiba on Unsplash Python Tuple: Tuple is a Python data structure which are ordered and immutable.Python
A quick overview about ordereddict and defaultdict in the python collections module. Photo by Terrence Thomas on Unsplash Python Collections module: Python collections module implements specialized
Let’s dive deeper and know about the python dictionary. Photo by Nil Castellví on Unsplash Python Dictionary Dictionaries can be created by placing a comma-separated list
A quick overview of Counter and ChainMap in Python Collections Module. Photo by Ulises Baga on Unsplash Python Collections Module: Collections in Python are container used