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