

asma kirli
2 min read
Python Concept For Data Science: Loops
Loops in programming are used to repeat a specific block of code and to iterate over a sequence of elements. We have two types of loops...

asma kirli
1 min read
Python Concepts For Data Science: lambda expressions
Lambda expression is an anonymous function, it can take any numbers of arguments but can only have one expression returned. Syntax:...