Recent Posts

Data store and easy access data structures

1 minute read

I was looking for data structure which can store data in key and value pair, it would be even better if I can access it using "." or dot notation for easy an...

itemgetter and itertools

3 minute read

Documenting the learning on itemgetter and itertools module for network stats analysis.