You wrote many beginner and explanatory articles on TDS. Has teaching the basics modified the way you design or debug real systems at work?
I notice the correlation between the more I teach something, the...
Introduction to the Game
has been an interesting and on-the-go game since our childhood, one we could play anywhere when bored. The sport is easy. It involves two players, and every player has to...
concerning the idea of using AI to judge AI, also often called “LLM-as-a-Judge,” my response was:
We live in a world where even toilet paper is marketed as “AI-powered.” I assumed this was just...
announced Structured Outputs for its top models in its API, a brand new feature designed to be sure that model-generated outputs exactly match the JSON Schemas provided by developers.
This solves an issue many...
to Randomisation
In our day-to-day life, we come across several different phenomena which might be totally random. The weather is random: sure, we are able to forecast and predict the weather, but to a...
of using Jupyter Lab, I actually have moved most of my work to marimo notebooks, a brand new type of Python notebook that addresses many long-standing issues with traditional ones. This text covers...
It’s time to begin constructing your personal data visualizations. In this text, I'll walk through the strategy of visualizing time-series data in Python intimately. If you might have not read the previous articles in...
to investigate your time series as a knowledge scientist?Have you ever ever wondered whether signal processing could make your life easier?
If yes — stick with me. This text is made for you. 🙂
Working...