Deep dives on Python modules

11 9,825 1,249
articles words lines of code

This tutorial teaches how to work with the Python data structure collections.deque and provides 7 example use cases.

This article teaches you how to use functools.partial, how it works, and when to use it, with clear examples.