In Python wurden potenzielle Schwachstellen bekannt.
Multiple security issues were discovered in Python.
In Python 3.0 wurde dieser Kritikpunkt behoben.
However, this feature was removed in Python 3.0.
In Python kann man Zeichenketten einfach zerschneiden, um auf Teile des Textes zuzugreifen.
In Python, you can easily slice strings to access parts of the text.
In Python ist das Erstellen einer Hilfsfunktion sowohl einfach als auch praktisch.
In Python, creating a utility function is both simple and practical.
In Python vereinfacht die Coroutine die Strukturierung unseres asynchronen Codes.
In Python, the coroutine simplifies how we structure our async code.
In Python instanziieren wir ein Objekt, indem wir den Klassennamen mit Klammern verwenden.
In Python, we instantiate an object using the class name with parentheses.
In Python gibt eine asynchrone Funktion immer einen wartbaren Typ zurück, wenn sie aufgerufen wird.
In Python, an async function always returns an awaitable type when called.
In Python iteriert eine For-Schleife über Sequenzen oder Bereiche.
In Python, a for loop iterates over sequences or ranges.
In Python erzeugt jedes Modul seinen eigenen Namensraum.
In Python every module creates it's own namespace.
In Python können Schleifen effektiv mit for- oder while-Anweisungen erreicht werden.
In Python, looping can be achieved using for or while statements effectively.
In Python ist, genau wie in C, jede nicht-negative ganze Zahl wahr; Null ist falsch.
In Python, like in C, any non-zero integer value is true; zero is false.
In Python und einigen anderen Sprachen hat das Wort Modul eine spezifische Bedeutung, die wir kurz betrachten werden, aber lass uns zuvor die Funktionen etwas näher anschauen.
In Python and some other languages the word module has taken on a more specific meaning which we will look at shortly, but first let's consider functions a bit more closely.
In Python 3 wurde urllib.request entsprechend repariert.
In Python 3, urllib.request received the same fixes.