Building a Modern Dashboard with Python and Tkinter

, before there was Streamlit, before there was Taipy, there was Tkinter. Tkinter was and is the original Python GUI ...
Read more
Modular Arithmetic in Data Science

is a mathematical system where numbers cycle after reaching a value called the modulus. The system is often referred to ...
Read more
A Bird’s-Eye View of Linear Algebra: Why Is Matrix Multiplication Like That?

chapter of the in-progress book on linear algebra, “A birds eye view of linear algebra”. The table of contents so ...
Read more
The MCP Security Survival Guide: Best Practices, Pitfalls, and Real-World Lessons

my stuff, then you know that not too long ago, I wrote a piece about the Model Context Protocol (MCP)—explaining ...
Read more
Context Engineering — A Comprehensive Hands-On Tutorial with DSPy

Context Engineering by now. This article will cover the key ideas behind creating LLM applications using Context Engineering principles, visually ...
Read more
Exploratory Data Analysis: Gamma Spectroscopy in Python (Part 3)

objects around us can be slightly radioactive. Americium in smoke detectors, radium in some vintage watches, or uranium in vintage ...
Read more
LLMs and Mental Health | Towards Data Science

who are paying close attention to the media coverage of AI, particularly LLMs, will probably have heard about a few ...
Read more
What Is a Query Folding in Power BI and Why should You Care?

a query folding?” “Does your query fold?”… Maybe someone asked you those questions, but you were like: “Query…Whaaaat?!” Or, maybe ...
Read more
Getting AI Discovery Right | Towards Data Science

building with AI, complexity adds up — there’s more uncertainty, more unknowns, and more moving parts across teams, tools, and ...
Read more
NumPy API on a GPU?

Is future of Python numerical computation? Late last year, NVIDIA made a significant announcement regarding the future of Python-based numerical ...
Read more