📝

Python Development Standards

2329
0次下载
3次浏览
2026/3/9

- Use **snake_case** for variables, functions, and methods. - Use **PascalCase** for classes. - Use **UPPER_CASE** for constants. - Indent using **4 spaces**. - Maximum line length: **88 characters** (Black standard) or 79 (PEP 8 strict).

广告位 300x250

资源信息

数据来源
bigquery-gharchive
分类
uncategorized
创建时间
2026/3/9
更新时间
2026/4/25

评论 (0)

登录后发表评论

加载中...