Translation of "Python kann" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
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.
Eine alte Python kann sich in ein Nomo verwandeln.
An old python can turn into a nomo.
Python kann für Plug-ins zur Abfrage von Simulationsdaten in Echtzeit genutzt werden.
Python can be used for developing plugins for retrieving simulation data in real time.
Allzweck: Python kann in allen Kontexten und Umgebungen verwendet werden.
General-purpose: Python is built to be used in all contexts and environments.
Python kann schnell große Zahlen berechnen.
Python can quickly calculate large numbers.
Portabilität: Python kann auf den meisten Systemen unkompliziert, innerhalb von Minuten aus dem Quellcode kompiliert werden.
Portability: Python is easy to compile from source on most platforms in minutes.
Python kann eine Menge Dinge.
Python can do a lot of things.
In Python kann der Übergabewert eine Liste oder ein Wörterbuch sein.
In Python, the actual parameter can be a list or a dictionary.
In Python kann das Fehlen von starker Typisierung zu unerwartetem Verhalten in Programmen führen.
In Python, the absence of strong typing can lead to unexpected behavior in programs.
In Python kann ein Lambda-Ausdruck eine traditionelle Funktion für kleine Aufgaben ersetzen.
In Python, a lambda expression can replace a traditional function for small tasks.
In Python kann eine geschachtelte Schleife mit zwei for-Anweisungen erstellt werden.
In Python, a nested loop can be created using two for statements.
In Python kann Teilanwendung mithilfe der functools-Bibliothek erreicht werden.
In Python, partial application can be achieved using the functools library.
Mit Hilfe von Python kann die Entwicklung dank der kompakten zugleich jedoch leicht zu deutenden und gegliederten Schreibweise des Quellcodes beschleunigt werden.
With Python, you can achieve fast development thanks to the concise but easily interpretable code.