Counter and NamedTuple in Python
Introduction
In this blog we are going to explore python's specialized container datatypes NamedTuple, Counter which come from the built-in collections module. These derived datatypes provide an alternative to python's built-int datatypes list, set,...
neerajlamsal.hashnode.dev5 min read
Samrid
I know that I don't know
Good stuff!