Blog

How to Tame a Python

7 minute read

All of those out there who claim that you can learn python in 3,6 or 9 days or 1 month are just fooling around and f** up with your mind. Get it straight you...

How to Optimize your Pandas Code

8 minute read

Working with large dataset has always been a challenging and daunting task. The data is growing everyday but the resources and computational power required t...

Text Matching: Cosine Similarity

4 minute read

Recently I was working on a project where I have to cluster all the words which have a similar name. For a novice it looks a pretty simple job of using some ...