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 ignore them and decide for yourself what is best. As P... r function is the most important. [...] However, know when to be inconsistent [...]. When in doubt, us
- 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 that they are ignored by the Python interpreter; they are not stored in the memory, and cannot be accessed during progra
- 1.1 What is PEP?
- sals (PEPs) to find out for yourself that they’re no idle words. It would be remarkable, but unfortun... t https://www.python.org/dev/peps/. But did you know that you can propose your own PEP, too? If you h... el free to quickly browse through it – you never know when you’re going to need it! Last but not least, PEP 1 defines: * //Python’s Steering Council//