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.
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.
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).
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.
My notes on Wes McKinney's Python for Data Analysis
My notes on Wes McKinney's Python for Data Analysis
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.
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 are the Functions/Classes which are used to extend the behavior of a function.