Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 3.1 PEP 8 – Introduction
- This is a quote from Ralph Waldo Emerson’s essay “Self-Reliance” where Emerson urges readers to be con... n determine its syntactic legality, too. In this section, we’ll focus on style recommendations relate... 9 characters as this will help you avoid wrapping several lines of code. If line wrapping is inevitabl... code. They allow the person reading your code to see the division of the code into sections, help the
- 4.1 PEP 257 – Docstring Conventions
- outlines the **conventions**, best practices, and semantics (not laws or regulations!) associated with... on, and capabilities of particular code blocks or sections. == Docstring vs. comments Before we move o... ose of a specific package.| Of course, as you'll see in the next pages, there's much more that we wan... ily and comprehensibly comments itself (e.g. give self-commenting names to variables). == When use co
- 2.1 PEP 20 – The Zen of Python
- . It’s one of the //Easter eggs// (i.e., hidden, secret messages or features) included in the Python interpreter. Now let’s see the magic. Go to the editor window, type in ''import this'', run the code, and voilà! Can you see what happens? What you see is a collection of some general truths for Python design rules and decis
- 1.1 What is PEP?
- = 1.1 What is PEP? PEP may refer to several things: * football (soccer) fans will definitely associ... le of PEPs There are many PEPs, hundreds of them. See PEP 0 -- Index of Python Enhancement Proposals (... **, which provides guidelines for conventions and semantics associated with Python docstrings. We enc... o van Rossum, the original creator of Python, who served as the project’s **B**enevolent **D**ictator