Palash Karmore Life|Software Engineering|Machine Learning Persuite of ikigai

Why is doing something you would like is hard?

Let's get one thing out of the way. I don't think we are going to discover the answer to our question. I want to write. Maybe we'll get our solution on the way.

Why is doing something you would like is hard? feature image Photo Credit: Palash Karmore

Update: Giving up the smartphone

To a some extent, I failed. I failed to update my blog in time too. Anyways, better late than never. Here is my experience on an attempt on Giving up my smartphone and using a Jiophone (feature phone).

Update: Giving up the smartphone feature image Photo Credit: Palash Karmore

Experiment: Giving up the smartphone

I started monitoring my smartphone usage recently and I think I am obsessed with this piece of technology, particularly, to YouTube. This is my take on saving my limited time on earth and using it for doing something productive.

Experiment: Giving up the smartphone feature image Photo Credit: Palash Karmore

Book Notes: Python for data analysis Chapter 3

My notes on Wes McKinney's Python for Data Analysis

Book Notes: Python for data analysis Chapter 2

My notes on Wes McKinney's Python for Data Analysis

Pearson Correlation Coefficient.

In statistics, we like to summarize everything to a single number. Be it spread of the data, measure of central tendency or a 2d scatter plot. Because, few numbers are easier to analyse. Coefficient of correlation is one such number which summarizes scatter plot.

Right way to do Permutations and Combinations

I was reviewing all my high school stats from Khan Academy because I think my stats have got little rusty, and I got hooked with the way of teaching of Mr. Sal Khan. I remember how I used to mug up the formulas of permutations and combinations without understanding the actual concept. This article is my version of the comprehension I got from The Khan Academy.

Decorators in Pyhton

Decorators are the Functions/Classes which are used to extend the behavior of a function.