This is the third post in the "The comprehensive guide to Python's collections module" series. In Part I, we talked about the Counter
class and in Part II we looked at the ChainMap
class. Along the way, we also implemented our own version of ChainMap
. In this post, we will be discussing Deque
.
Wed 25 October 2017
Python Deque
If you liked what you read, subscribe below. Once in a while, I will send you a list of my new posts.