Let’s learn about iterables and iterators. Photo by Jude Beck on Unsplash Iterator In Python, an iterator is an object which implements the iterator protocol, which

Let’s learn about iterables and iterators. Photo by Jude Beck on Unsplash Iterator In Python, an iterator is an object which implements the iterator protocol, which
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