Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 4.1 PEP 257 – Docstring Conventions
- P 257 is a document created as part of the Python Developer's Guide, which makes an attempt to standar... statement in a module, function, class, or method definition. Such a docstring becomes the ''__doc__''... e used in the class, module, function, and method definition in order to provide information about the... purpose of docstrings is documenting your code – describing its use, functionality, and capabilities
- 3.1 PEP 8 – Introduction
- he one hand, consistency is a crucial factor that determines code readability. On the other hand, inco... your project, it may be better to ignore them and decide for yourself what is best. As PEP 8 says: //... the PEP8 module (the very same module we’ve just described). * More information: http://pep8onlin... eadability. However, you should not forget it can determine its syntactic legality, too. In this sect
- 2.1 PEP 20 – The Zen of Python
- osophy behind Python, its guiding principles, and design. Tim Peters, a long time major contributor t... is a collection of some general truths for Python design rules and decision making. Even though the "poem" seems to be imbued with contradictions and allu... low and understand**. Nesting two or three levels deep may still be good, but anything beyond that bec
- 1.1 What is PEP?
- several things: * football (soccer) fans will definitely associate it with the famous ex-footballe... . For this reason, we’ve picked four of them that deserve a closer analysis, and should be considered ... which presents a list of principles for Python’s design; * **PEP 257 – Docstring Conventions**, whi... is **a collection of guidelines, best practices, descriptions of (new) features and implementations,