Tagged articles

error-messages

5 articles · Page 1 of 1
21CTO
21CTO
May 9, 2026 · Fundamentals

Top New Features in Python 3.15: Lazy Imports, Faster JIT, Better Errors, Smarter Profiling

Python 3.15’s beta introduces lazy imports, a built‑in frozendict, a sentinel type, a low‑overhead statistical profiler, an upgraded JIT with 8‑13% speed gains, clearer error messages, type‑system tweaks, new list‑comprehension unpacking syntax, and a rollback to generational garbage collection.

Garbage CollectionPythonerror-messages
0 likes · 8 min read
Top New Features in Python 3.15: Lazy Imports, Faster JIT, Better Errors, Smarter Profiling
KooFE Frontend Team
KooFE Frontend Team
May 4, 2025 · Product Management

How to Write Error Messages That Help Users, Not Frustrate Them

This article explains why error handling is often neglected in UX, outlines common error types, and provides practical guidelines—such as using conversational language, avoiding excessive humor, employing active voice, offering clear solutions, and maintaining consistent patterns—to create helpful, user‑centric error messages.

Design PatternsUX designcommunication
0 likes · 12 min read
How to Write Error Messages That Help Users, Not Frustrate Them
Python Programming Learning Circle
Python Programming Learning Circle
Nov 16, 2023 · Fundamentals

Key New Features and Improvements in Python 3.12

Python 3.12 introduces enhanced error messages, expanded f‑string capabilities, inline collection optimizations, new buffer protocol support, refined type‑annotation syntax, additional language tweaks, and performance‑focused garbage‑collector changes, providing developers with clearer diagnostics and more expressive, efficient code constructs.

3.12error-messagesf-strings
0 likes · 10 min read
Key New Features and Improvements in Python 3.12