Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- 4.1 PEP 257 – Docstring Conventions
- nction, and method definition in order to provide information about the functionality of a larger piece ... purpose is to simplify the code, provide precise information, and help to understand the intention of a... e precise – don't include irrelevant or reduntant information; and most of all – try to design and write... hat allows you to equip your code with additional information without using comments. It's an optional,
- 2.1 PEP 20 – The Zen of Python
- s the hypotenuse of a right-angled triangle. {{ :info:cursos:pue:python-pcpp1:m2:pasted:20231105-125607... nd ''bananas'' from the //fruit.py// module. {{ :info:cursos:pue:python-pcpp1:m2:pasted:20231105-125726... ort the ''numbers'' list in ascending order. {{ :info:cursos:pue:python-pcpp1:m2:pasted:20231105-125948... mple: Perform five additions of two numbers. {{ :info:cursos:pue:python-pcpp1:m2:pasted:20231105-130120
- 3.1 PEP 8 – Introduction
- * You can run it on a file or files to obtain information about non-conformance (and indicate errors... the source code and their frequency). * More information: https://github.com/PyCQA/pycodestyle ... e code which require formatting fixes. * More information: https://pypi.org/project/autopep8/ * PE... ery same module we’ve just described). * More information: http://pep8online.com/about == Recommend
- 1.1 What is PEP?
- ch outlines **the language standards and provides information about many changes and processes related t... 1 – PEP Purpose and Guidelines**, which provides information about the purpose of PEPs, their types, an... s, as well as processes, mechanisms and important information** surrounding Python. Simply speaking, if... new language features and implementations; * **Informational** PEPs, which describe Python design iss