25 lines
660 B
Markdown
25 lines
660 B
Markdown
---
|
||
title: Python 风格指南
|
||
description: Python 风格指南
|
||
keywords:
|
||
- Python
|
||
- 风格指南
|
||
tags:
|
||
- Python/项目
|
||
sidebar_position: 1
|
||
author: 7Wate
|
||
date: 2022-11-19
|
||
---
|
||
|
||
## PEP 8 官方风格
|
||
|
||
[PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008/)
|
||
|
||
[PEP 8 -- Python 代码风格指南(中文版)](https://github.com/kernellmd/Knowledge/blob/master/Translation/PEP%208%20%E4%B8%AD%E6%96%87%E7%BF%BB%E8%AF%91.md)
|
||
|
||
## Google 风格指南
|
||
|
||
[Google Python Style Guide](https://github.com/google/styleguide)
|
||
|
||
[谷歌 Python 风格指南 - 语言规范(中文版)](https://github.com/zh-google-styleguide/zh-google-styleguide)
|