A few years ago, I decided to adopt the practices of reproducible research as far as possible within the technical and social constraints I have to live with. So how reproducible is my published code over time? (more…)
Read more »
Metaclasses - are they useful at all outside job interviews or conference talks? Let's find out! This article will show you 5 applications of metaclasses. %... (more…)
Read more »
Someone on the internet uploaded a video where he slapped himself for 24 hours. Did he actually do it? TLDR; No. (more…)
Read more »
We started to work on a new product - MLJAR Studio. It is a desktop application for an interactive development of data apps. We hope it will bring more flexibility to our users. (more…)
Read more »
In this step-by-step tutorial, you'll learn how Python's reduce() works and how to use it effectively in your programs. You'll also learn some more modern, efficient, and Pythonic ways to gently replace reduce() in your programs. (more…)
Read more »