Posts by Sourav Dutta

Author Biographical Info: Not available

Understanding for loop in Python

By Sourav Dutta

In this tutorial, we will learn the functionality of for loop in Python. For loop is a very popular type of iterating statement among different programming languages such as C, C++.... Read More

Higher Order Functions in Python : map, filter, sorted, reduce

By Sourav Dutta

Higher order functions (HOFs) in Python are basically those functions that take one or multiple functions as an argument or they return a function as its result. In Python, we have.... Read More

Related Posts