Tagged articles
2 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Sep 29, 2025 · Fundamentals

Why Python’s Import System Is Fundamentally Flawed—and How to Survive

The article critiques Python’s import mechanism, exposing issues like circular imports, ambiguous absolute vs. relative imports, sys.path pitfalls, and performance costs, then compares other languages and offers practical strategies to mitigate these systemic problems.

Import SystemModule Pathbest practices
0 likes · 12 min read
Why Python’s Import System Is Fundamentally Flawed—and How to Survive
Alibaba Cloud Native
Alibaba Cloud Native
May 28, 2021 · Backend Development

Resolving Dubbo‑Go Module Path Errors: From go‑mod replace to Pseudo‑Version Fixes

This article explains why changing dubbo-go's module path to dubbo.apache.org/dubbo-go/v3 caused CI failures, analyzes the version mismatch introduced by go‑mod replace, and provides a step‑by‑step fix that aligns major versions and clarifies Go's semantic import versioning, pseudo‑versions, and module nesting.

Backend DevelopmentCIGo
0 likes · 13 min read
Resolving Dubbo‑Go Module Path Errors: From go‑mod replace to Pseudo‑Version Fixes