Piyush Raj

Piyush is a data professional passionate about using data to understand things better and make informed decisions. He has experience working as a Data Scientist in the consulting domain and holds an engineering degree from IIT Roorkee. His hobbies include watching cricket, reading, and working on side projects.

lambda function in python

Lambda Functions in Python

Lambda functions in python are single expression functions that are not bound to a name. This is why lambda functions are also called anonymous functions. In this tutorial, we’ll look at lambda functions, how are they different from normal functions, and where are they used along with some examples. Table of Contents Lambda Function Syntax

Lambda Functions in Python Read More »

Tree diagram of operators in python

Python Operators

Operators in Python are special symbols used to perform operations on values or variables. Arithmetic, Comparison, Logical, and Assignment operators are the most commonly used. However, there are other types as well. This tutorial covers the different types of operators used in python along with examples to give you an idea of how and when

Python Operators Read More »

Scroll to Top