Tech bytes Python filter function Author manish Date August 22, 2019 This is an interesting feature in python. Suppose you have a list of items...
Tech bytes Python reduce function Author manish Date August 22, 2019 This is an interesting short cut function when you want to process list items...
Tech bytes Python map function Author manish Date August 19, 2019 Think of a situation, where you want to perform same operation on a group...