Latest Posts
-
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...
-
Decorators in Pyhton
Decorators are the Functions/Classes which are used to extend the behavior of a function.