Python最佳实践指南!¶
欢迎使用《Python最佳实践指南》。
本指南持续不断更新与完善。 如果你愿意帮助我们一起完善, fork us on GitHub!
本指南内容主要出于 个人见解 , 意在为Python初学者和开发者提供一些日常使用Python中有关安装、 配置和使用上的一些最佳实践方案。
Getting Started¶
This part of the guide focuses on setting up your Python environment.
- Properly Install Python
Writing Great Code¶
This part of the guide focuses on best practices for writing Python code.
Scenario Guide¶
This part of the guide focuses on tool and module advice based on different scenarios.
Shipping Great Code¶
This part of the guide focuses on deploying your Python code.
Development Environment¶
Additional Notes¶
This part of the guide, which is mostly prose, begins with some background information about Python, then focuses on next steps.
Contribution notes and legal information are here (for those interested).