Skip to main content

Technical Articles - Page 4

Deep dive into machine learning, computer vision, and software engineering. Expert insights on AI, local LLMs, quantization, and practical implementation details from real-world projects.

Articles - Page 4

Python's logging Module Is Already a Singleton

You don't need a logging framework, registry, or factory. Python's stdlib logging is a global singleton — getLogger(name) always returns the same instance, and dictConfig can configure any logger in the process, including third-party libraries.

Showing 19-24 of 27 articles
Mastodon