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.
Mar 31, 2025 · 1 min read · In today's digital world, strong passwords are essential for online security. Many people struggle to create secure and memorable passwords, so I built a Simple Password Generator using Python. Contribute & Share If you find this tool useful, feel fr...
Join discussion
Dec 15, 2024 · 1 min read · 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...
Join discussion
Aug 18, 2024 · 4 min read · 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...
Join discussion
May 19, 2024 · 5 min read · 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 ...
Join discussion