Python> Was ist ein erweitertes Slice?

Im Kommentar Wie man in PEP8 schreibt, das Sie mir beigebracht haben. https://pep8-ja.readthedocs.io/ja/latest/#id16

Für erweiterte Slices müssen Sie auf beiden Seiten die gleiche Anzahl von Leerzeichen haben.

Ich wusste nicht, dass es eine erweiterte Scheibe war.

https://docs.python.org/2.3/whatsnew/section-slices.html

However, Python's built-in list, tuple, and string sequence types have never supported this feature, raising a TypeError if you tried it.

Ist die "Erweiterung" des Erweiterungs-Slice eine "Erweiterung" im Sinne von "entsprechend Liste, Tupel, Zeichenfolgenfolge"?

Auf der obigen Seite finden Sie einige Beispiele für die Verwendung.

>>> L = range(10)
>>> L[::2]
[0, 2, 4, 6, 8]
>>> L[::-1]
[9, 8, 7, 6, 5, 4, 3, 2, 1, 0]

https://pep8-ja.readthedocs.io/ja/latest/#id16 Ich verstehe (ich denke) über das Folgende, das in beschrieben wird.

Für erweiterte Slices müssen Sie auf beiden Seiten die gleiche Anzahl von Leerzeichen haben.

Recommended Posts

Python> Was ist ein erweitertes Slice?
Was ist Python?
[Python] Was ist Pipeline ...
Was ist ein Iterator?
[Python] Was ist virtualenv?
Was ist ein Algorithmus? Einführung in den Suchalgorithmus] ~ Python ~
Python ist eine Sprache für Erwachsene
Was ist eine Instanzvariable?
[Python] Python und Sicherheit - is Was ist Python?
[Python] * args ** Was ist kwrgs?
Python-Grundkurs (1 Was ist Python?)
Was ist der [Ruby / Python / Java / Swift / JS] -Algorithmus?
[Python] Was ist eine Zip-Funktion?
[Python] Was ist eine with-Anweisung?
[Python] Was ist der sortierte Schlüssel?
Python für Anweisung ~ Was ist iterierbar ~
Wofür ist der Python-Unterstrich (_)?
Python in ist auch ein Operator
Python Slice
[Python] Was ist Pandas Series und DataFrame?
Was ist NaN? NaN Zoya (Python) (394 Tage zu spät)
Was für eine Programmiersprache ist Python?
Was ist "Mahjong" in der Python-Bibliothek? ??
[Statistik für Programmierer] Was ist ein Ereignis?
Was ist ein Hund? Python-Installationsvolumen
[Python] Was ist ein Slice? Eine leicht verständliche Erklärung zur Verwendung anhand eines konkreten Beispiels
Was ist ein Namespace?
Was ist copy.copy ()
Python String Slice
Was ist dotenv?
Was ist Linux?
Was ist klass?
Was ist SALOME?
Was ist Linux?
[Python] Was tun, wenn ein Fehler im Zusammenhang mit der SSL-Authentifizierung zurückgegeben wird?
Python ist eine Instanz
Was ist Linux?
Was ist Pyvenv?
Was ist __call__?
Was ist Linux?
Was ist "funktionale Programmierung" und "objektorientiert"? Python Edition
Was ist im Docker Python-Image pfeifend?
Ich habe Python ausprobiert! ] Heute Abschluss von "Jeder Python! Was ist Python!"!
Was vergleichst du mit Python und ==?
[Einführung in die Udemy Python3 + -Anwendung] 54. Was ist Docstrings?
Sag mir, was eine gleichwinklige Abbildung ist, Python!
Python Int ist unendlich
[Python] Typ Fehler: 'WebElement'-Objekt ist nicht iterierbar Was tun, wenn ein Fehler auftritt?
Was ist eine Distribution?
Was ist Piotroskis F-Score?
Was ist Raspberry Pi?
Was ist das Calmar-Verhältnis?
Was ist ein Terminal?
[Python] Kalender Heatmap [Plotly] Memo
[PyTorch Tutorial ①] Was ist PyTorch?
[Statistik] Verstehen Sie anhand von Animationen, wie die ROC-Kurve aussieht.
Was ist ein Hacker?
Was ist JSON? .. [Hinweis]