Python and Javascript solutions to Happy Number, a medium leetcode problem... (more…)
Read more »
I’ve been thinking about writing this article for a bit, but have been most prompted by a post grandly titled “Async Python is not faster”. The post was rooted with some good motivations and observations, but also fell somewhat into a polarising mode of ... (more…)
Read more »
Exception handling in python has been explained well in this post. It implements an SMS Client incorporating python exception handling. (more…)
Read more »
Data scientists increasingly solve large machine learning and data problems with Python. But historically Python struggled with parallel… (more…)
Read more »
The challenge You are given three piles of casino chips: white, green and black chips: the first pile contains only white chips the second pile contains only green chips the third pile contains only black chips Each day you take exactly two chips of diffe... (more…)
Read more »