-
Expert: idioms for clean API and operator overloading
This deep-dive explores idiomatic Python API design and operator overloading. Learn how to use dunder methods, delegation, and context management to craft expressive, maintainable APIs. Includes modern best practices, code samples, and design principles inspired by frameworks like NumPy, SQLAlchemy, and Pydantic.
-
Using matplotlib/plotly for infographic-style outputs
Infographic-style data visualization is reshaping how engineers communicate insights. This guide explores modern techniques using Matplotlib and Plotly to create polished, data-rich visuals that blend scientific accuracy with design precision. Learn when to use each tool, best practices for layout and color, and how to integrate both in automated workflows.
-
Best practices for feature importance ranking
Feature importance ranking is central to explainable machine learning. This guide explores modern post-2024 best practices, including model-based, permutation, and SHAP methods, with code examples and interpretability tips. Learn how leading teams integrate explainability into CI/CD workflows for reliable, transparent, and ethical AI.
-
Introduction to lakehouse architecture
The lakehouse architecture bridges the gap between data lakes and warehouses, providing unified governance, performance, and flexibility. This post introduces the core principles, benefits, and technologies behind lakehouses, explaining why they’ve become the foundation for modern data platforms in 2025.
-
Topics Everyone Is Talking About No352
Rob Pike got spammed with an AI slop act of kindness • Always bet on text • How Lewis Carroll computed determinants • How uv got so fast • The Algebra of Loans in Rust
-
Introduction to fairness in machine learning
Fairness in machine learning ensures that AI systems make equitable decisions across different groups. This beginner-friendly introduction covers key fairness definitions, sources of bias, core metrics, mitigation strategies, and the leading tools engineers use to build fair models.