Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 3.1 PEP 8 – Introduction
- iefs and practices. In our case, it means we must not forget about one simple but important observatio... times be a better option. If the style guides are not applicable to your project, it may be better to ... ode and make it PEP 8 compliant.) * If there is no good reason for making the code PEP 8 compliant, ... it on a file or files to obtain information about non-conformance (and indicate errors in the source c
- 2.1 PEP 20 – The Zen of Python
- or features) included in the Python interpreter. Now let’s see the magic. Go to the editor window, ty... we must remember that a nicely-written program is not only more enjoyable to read, but also more **rea... s a better way to implement the functionality. If not, think about leaving a comment in code to explai... tand your code. In Python, it’s preferred to use not only the simplest way to express a programming i
- 4.1 PEP 257 – Docstring Conventions
- e **conventions**, best practices, and semantics (not laws or regulations!) associated with documentin... in Python: ^Comments ^Docstrings^ | Comments are non-executable statements in Python, which means tha... y are ignored by the Python interpreter; they are not stored in the memory, and cannot be accessed dur... , functionality, and capabilities to users who do not necessarily need to know how it works.| |Comment
- 1.1 What is PEP?
- sals (PEPs) to find out for yourself that they’re no idle words. It would be remarkable, but unfortun... ever know when you’re going to need it! Last but not least, PEP 1 defines: * //Python’s Steering C