Cerca

Heus ací els resultats de la cerca.

2.1 PEP 20 – The Zen of Python
13 Resultats, Darrera modificació:
ood idea to add more verbosity to your code as it all counts towards readability. Giving self-explanato... one line, don’t fit too much information into a small amount of code, don’t write lines of code that are too long, use whitespaces responsibly – this all affects the readability and understanding of your... not only read by computers, it’s also (or most of all) read by humans. In fact, it’s **the essence of t
4.1 PEP 257 – Docstring Conventions
11 Resultats, Darrera modificació:
irrelevant or reduntant information; and most of all – try to design and write your code in such a way... str//, which of course is a string. What does it all mean for you, and how can you take advantage of type hinting in Python? * First of all, type hinting can help you **document your code**... ctively** and write a more beautiful and, most of all, **cleaner code**. When using type hints, you mor
3.1 PEP 8 – Introduction
8 Resultats, Darrera modificació:
with the style conventions in PEP 8. You can install the tool with the following command in the terminal: * <code python> pip install pycodestyle </code> * You can run it on a fil... destyle.pycqa.org/en/latest/ * You can also install **autopep8** to automatically format your Python ... gth and Line Breaks If possible, you should limit all lines to a maximum of 79 characters as this will
1.1 What is PEP?
4 Resultats, Darrera modificació:
s PEP? PEP may refer to several things: * football (soccer) fans will definitely associate it with the famous ex-footballer and football manager, Josep Guardiola, whose nickname is (gues... ut unfortunately quite a challenge, to cover them all in this course. For this reason, we’ve picked fou... stages: review, resolution, and maintenance, are all described in detail within PEP 1 – PEP Purpose an