Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 3.1 PEP 8 – Introduction
- PEP 8 style guidelines. The online tool is built using Flask, Twitter Bootstrap, and the PEP8 module (t... ons related to such things as: * indentation, using tabs and spaces; * line length, line breaks, a... you want to improve readability) are allowed if using parentheses/brackets/braces: <code python ❌> # ... locks of code more easily. In the same fashion, using too many blank lines in your code will make it l
- 2.1 PEP 20 – The Zen of Python
- adjusted to the specificity** of your project. Using a plane to transport yourself to a nearby shop c... mple one, especially in the case of the latter causing misunderstanding, doubt, or misinterpretation. You should avoid those. On the other hand, complex is... ll be good, but anything beyond that becomes confusing and unreadable. Even though you can actually ha
- 4.1 PEP 257 – Docstring Conventions
- ations!) associated with documenting Python code using docstrings. In short, it tries to answer the fol... n be accessed by reading the source code, and by using the ''__doc__'' attribute or the ''help()'' function.| |The main purpose of comments is increasing the readability and understandability of the cod... he code's whys and hows, as this will make the reusing of and contributing to code much easier. So, we