Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 4.1 PEP 257 – Docstring Conventions
- It outlines the **conventions**, best practices, and semantics (not laws or regulations!) associated w... s** that are used in the class, module, function, and method definition in order to provide information... They help programmers (including you) to remember and understand the purpose, operation, and capabilities of particular code blocks or sections. == Docstrin
- 2.1 PEP 20 – The Zen of Python
- philosophy behind Python, its guiding principles, and design. Tim Peters, a long time major contributor to the Python programming language and Python community, wrote this 19-line poem on the Python mailing list in 1999, and it became entry #20 in the Python Enhancement Pro... or window, type in ''import this'', run the code, and voilà! Can you see what happens? What you see is
- 3.1 PEP 8 – Introduction
- EP 8 is considered one of the most important PEPs and a must-read for every professional Python program... to make the code more consistent, more readable, and more efficient. Even though some programming pro... mended reading, as they help you to better understand the philosophy behind Python and become a more aware and proficient programmer. PEP 8 is still evolvi
- 1.1 What is PEP?
- nitely associate it with the famous ex-footballer and football manager, Josep Guardiola, whose nickname... document, which outlines **the language standards and provides information about many changes and processes related to Python.** In this module, as you may... cked four of them that deserve a closer analysis, and should be considered must-reads. These are: *