Author name: manong

python

Percentiles

What are Percentiles? In statistics, percentiles help us understand how a data set is distributed. A percentile tells us the […]

python

Python Lambda

What is a Lambda Function? A lambda function in Python is a small and anonymous functions. It’s used in cases

python

Python Error Handling

Try and Except In Python, errors and exceptions can disrupt the flow of your program. To handle these issues gracefully,

python

Python Functions

What are Functions? A function is a block of code that performs a specific task. Functions are used to break

Scroll to Top