1
0

Python:风格指南

This commit is contained in:
周中平 2022-11-19 17:57:22 +08:00
parent b60ea85290
commit c5e7f6a96d
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC

View File

@ -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/)