In this followup to my earlier post on modeling workflows in Python, I demonstrate how to integrate sample splitting, parallel processing, exception handling and caching into many-models workflows. I also discuss some differences between exploration/infer... (more…)
Read more »
Editor, Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. For full details, see the changelog. Summary – Release Highlights: Python 3.13 beta is the pre-rele... (more…)
Read more »
How Python's metaclasses work as an OOP concept, what they are good for—and why you might want to avoid them in your own programs. (more…)
Read more »
This series of articles is aimed at any Python reader past the beginner level. The article describes not just a tiny library that does just one essential thing, but some of the backstory of how it… (more…)
Read more »