Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 3.1 PEP 8 – Introduction
- earlier, PEP 8 is a document that provides coding conventions (code style guide) for Python code. PEP 8 is considered one of the most important PEPs and a must-... hon programmer, as it helps to make the code more consistent, more readable, and more efficient. Even ... oject-specific guidelines may be favored over the conventions provided for by PEP 8, especially in the
- 2.1 PEP 20 – The Zen of Python
- iples, and design. Tim Peters, a long time major contributor to the Python programming language and Py... g. Even though the "poem" seems to be imbued with contradictions and allusions, we assure you that the ... 79-character maximum line length, variable naming conventions, placing statements on separate lines, an... s a programming idea, but also the most explicit, concrete, specific one. Therefore, it’s sometimes a
- 4.1 PEP 257 – Docstring Conventions
- = 4.1 PEP 257 – Docstring Conventions == What is PEP 257? PEP 257 is a document created as part of the ... -level structure of docstrings. It outlines the **conventions**, best practices, and semantics (not law... two questions: - What should Python docstrings contain? - How should Python docstrings be used? =... ys and hows, as this will make the reusing of and contributing to code much easier. So, we should agre
- 1.1 What is PEP?
- do with taking preventive medical measures after contact with pathogens; * physicians will think of ... hem that deserve a closer analysis, and should be considered must-reads. These are: * **PEP 1 – PEP ... EP 8 – Style Guide for Python Code**, which gives conventions and presents best practices for Python co... es for Python’s design; * **PEP 257 – Docstring Conventions**, which provides guidelines for conventi