- Expert Python Programming(Second Edition)
- Micha? Jaworski Tarek Ziadé
- 326字
- 2021-07-16 10:58:04
Getting up to date with changes – PEP documents
The Python community has a well-established way of dealing with changes. While speculative Python language ideas are mostly discussed on specific mailing lists (<python-ideas@python.org>
), nothing major ever gets changed without the existence of a new document called a PEP. A PEP is a Python Enhancement Proposal. It is a paper written that proposes a change on Python, and is a starting point for the community to discuss it. The whole purpose, format, and workflow around these documents is also standardized in the form of a Python Enhancement Proposal—precisely, PEP 1 document (http://www.python.org/dev/peps/pep-0001).
PEP documents are very important for Python and depending on the topic, they serve different purposes:
- Informing: They summarize the information needed by core Python developers and notify about Python release schedules
- Standardizing: They provide code style, documentation, or other guidelines
- Designing: They describe the proposed features
A list of all the proposed PEPs is available as in a document—PEP 0 (https://www.python.org/dev/peps/). Since they are easily accessible in one place and the actual URL is also very easy to guess, they are usually referred to by the number in the book.
Those who are wondering what the direction is in which the Python language is heading but do not have time to track a discussion on Python mailing lists, the PEP 0 document can be a great source of information. It shows which documents have already been accepted but are not yet implemented and also which are still under consideration.
PEPs also serve additional purposes. Very often, people ask questions like:
- Why does feature A work that way?
- Why does Python not have feature B?
In most such cases, the extensive answer is available in specific PEP documents where such a feature has already been mentioned. There are a lot of PEP documents describing Python language features that were proposed but not accepted. These documents are left as a historical reference.
- ExtGWT Rich Internet Application Cookbook
- Learning Cython Programming
- 假如C語言是我發明的:講給孩子聽的大師編程課
- The Data Visualization Workshop
- Hands-On Swift 5 Microservices Development
- BIM概論及Revit精講
- Mastering JavaScript Design Patterns(Second Edition)
- PySpark Cookbook
- Unity 3D/2D移動開發實戰教程
- Nagios Core Administration Cookbook(Second Edition)
- Python青少年趣味編程
- 金融商業數據分析:基于Python和SAS
- Serverless工程實踐:從入門到進階
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)