Cerca

Heus ací els resultats de la cerca.

3.1 PEP 8 – Introduction
71 Resultats, Darrera modificació:
ing, as they help you to better understand the philosophy behind Python and become a more aware and pr... ntified as obsolete and discouraged from being followed. == The Hobgoblin of Little Minds ”A foolish ... lines (or at least consider doing so)? * If following them will mean that you break backwards compatibility. * If following them will have a negative effect on code read
4.1 PEP 257 – Docstring Conventions
63 Resultats, Darrera modificació:
7 is a document created as part of the Python Developer's Guide, which makes an attempt to standardize... g docstrings. In short, it tries to answer the following two questions: - What should Python docstr... , operation, and capabilities of particular code blocks or sections. == Docstring vs. comments Before ... ntually between commenting and documenting code? Look at the table below, where we want to show you s
2.1 PEP 20 – The Zen of Python
51 Resultats, Darrera modificació:
collection of 19 aphorisms, which reflect the philosophy behind Python, its guiding principles, and design. Tim Peters, a long time major contributor to the Python programmin... lement in your code. These, of course, should be looked upon holistically, rather than individually, ... le rules** that programmers are recommended to follow. These are, among other things: a 79-character m
1.1 What is PEP?
4 Resultats, Darrera modificació:
reason, we’ve picked four of them that deserve a closer analysis, and should be considered must-reads.... be added to Python, it will be detailed in a PEP along with the technical specifications and the ratio... res). PEPs are primarily addressed to Python developers and members of the Python community. They are... ho accept or reject PEPs; * //Python’s Core Developers//, i.e., the group of volunteers who manage P