Python: Count items using itertools
Python is a "batteries included" language, meaning it comes with a large library of useful modules. One such library is "itertools" which offer multiple functions with various use cases. In this post, we will look into one of its functions: unique_ev...
pinchoflogic.com2 min read