I'm JMN (Jaffery Mwangi Ndisho), and I'm thrilled to share my passion for data analytics and programming with you. With a background in business and IT, I've always been fascinated by the power of algorithms and their ability to transform data into insights. Through this blog, I hope to share my learning journey and practical knowledge with you, as well as explore new techniques and applications in the field. Join me on this journey and let's discover the world of data analytics and programming together!
Passionate about data analytics and programming. Open to project collaborations and opportunities to apply my skills.
William Wilberforce is someone I deeply admire. His unwavering dedication to abolishing the transatlantic slave trade and his lifelong commitment to social reform inspire me profoundly. Wilberforce's courage to stand against injustice and his resilie...

In the last article, I mentioned that we would build a receipt generator using Python's args and kwargs. We'll start with a simple version using args and then move on to a more complex version. I'll do my best to make everything easy to understand. E...

In Python, we have two handy ways to pass arguments to functions: args and kwargs. Args is like a basket where you can put any number of arguments without naming them, while kwargs is like a basket where you can put named arguments. We use them when ...
