Cerca

Heus ací els resultats de la cerca.

3.1 PEP 8 – Introduction
166 Resultats, Darrera modificació:
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-read for every profe... onal Python programmer, as it helps to make the code more consistent, more readable, and more efficien
4.1 PEP 257 – Docstring Conventions
119 Resultats, Darrera modificació:
ment created as part of the Python Developer's Guide, which makes an attempt to standardize the high-l... egulations!) associated with documenting Python code using docstrings. In short, it tries to answer th... function, and method definition in order to provide information about the functionality of a larger piece of code in a **prescriptive** way. They help programmers
2.1 PEP 20 – The Zen of Python
80 Resultats, Darrera modificació:
editor window, type in ''import this'', run the code, and voilà! Can you see what happens? What you s... encouraged to accept them and implement in your code. These, of course, should be looked upon holisti... png }} == Explicit is better than implicit The code you write should be **explicit and readable**. W... ality. If not, think about leaving a comment in code to explain what’s going on so that other programm
1.1 What is PEP?
4 Resultats, Darrera modificació:
oduces general guidelines; * **PEP 8 – Style Guide for Python Code**, which gives conventions and presents best practices for Python coding; * **PEP 2... ch describe Python design issues, as well as provide guidelines and information to the Python communit... evolve around Python (e.g., propose changes, provide recommendations, specify certain procedures). PE