Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 2.1 PEP 20 – The Zen of Python
- and responsible code development. There should be no exceptions that allow us to break the principles governing best coding practices. No special cases such as time pressure or complexity... e source of an error and debugging the program as no explicit error message is displayed in the consol... work under great time pressure and feel they have no time for testing. An important thing to keep in
- 3.1 PEP 8 – Introduction
- ode and make it PEP 8 compliant.) * If there is no good reason for making the code PEP 8 compliant, ... servative in this matter, and requires you to use no more than 79 characters per line (72 for comments... nnot) use implicit relative imports, as these are no longer present in Python 3. You should also avoid... a string") strings. They’re the same, and there’s no special recommendation in PEP telling you which s
- 4.1 PEP 257 – Docstring Conventions
- g the hash sign (#). They should be rather brief (no more than 72 characters per line), begin with a c... n. Look at the following examples: <code python># No type information added: def hello(name): retu... your code is executed. * Since type hints have no effect on the source code, this means that they have no impact on performance times (characters are ignor
- 1.1 What is PEP?
- sals (PEPs) to find out for yourself that they’re no idle words. It would be remarkable, but unfortun