# style-guide-for-python-code **Repository Path**: leefong/style-guide-for-python-code ## Basic Information - **Project Name**: style-guide-for-python-code - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Style Guide For Python Code ### 项目介绍 * Python编程规范 ### 文件描述 * project.md: 工程内容 * vim.config: 编程规范的vim简单配置 ### 用途 * 模块风格一致化, 项目风格一致化, 高可读高可维护 ### 参考连接 * [Python PEP8编码规范](https://legacy.python.org/dev/peps/pep-0008/) * [Google Python风格指南](https://google.github.io/styleguide/pyguide.html)