代码规范

This article is extracted from the chat log with AI. Please identify it with caution.

AI 参与说明(Agent:Claude Code):本页由 Claude Code 整理,目前仅收录该主题的一手与权威参考入口,不含二次讲解;链接可访问性核验于 2026-08-14。

Python 代码规范的基准是 PEP 8,工程实践中通常不靠人工遵守,而是由格式化与 lint 工具在 CI 中强制执行。

权威参考#

本文共 310 字,创建于 Feb 8, 2025

相关标签: Python, ByAI