Last year, we did a recap with what we thought were the best Python libraries of 2015, which was widely shared within the Python community (see post in r/Python). A year has gone by, and again it is time to give due credit for the awesome work that has be...
Read more »
Welcome to my personal website and blog, here you can find some information about me, contact, social media links as well as
my blog posts... (more…)
Read more »
We explore Python's global interpreter lock and learn how it affects multithreaded programs. (more…)
Read more »
Functional programming is a style of coding whose primary purpose is to do rather than to perform a task. Functional programming comes from a style of mathematical thinking... (more…)
Read more »
In this video, I am going to discuss, How to implement, Logistic regression from Scratch, using Python. This implementation would be, without using sklearn l... (more…)
Read more »