From c5e7f6a96dcc7b515bcdf0b18f2309ff9b269bdb Mon Sep 17 00:00:00 2001 From: 7Wate Date: Sat, 19 Nov 2022 17:57:22 +0800 Subject: [PATCH] =?UTF-8?q?Python=EF=BC=9A=E9=A3=8E=E6=A0=BC=E6=8C=87?= =?UTF-8?q?=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Python/高级/风格指南/Python 风格指南.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wiki/programming-language/Python/高级/风格指南/Python 风格指南.md diff --git a/wiki/programming-language/Python/高级/风格指南/Python 风格指南.md b/wiki/programming-language/Python/高级/风格指南/Python 风格指南.md new file mode 100644 index 00000000..74520a2b --- /dev/null +++ b/wiki/programming-language/Python/高级/风格指南/Python 风格指南.md @@ -0,0 +1,18 @@ +--- +title: Python 风格指南 +description: Python 风格指南 +keywords: +- Python +- 风格指南 +tags: +- Python +sidebar_position: 1 +author: 7Wate +date: 2022-11-19 +--- + +## Python 风格指南 + +[PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008/) + +[谷歌 Python 风格指南(中文版)](https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/contents/) \ No newline at end of file