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.
Eine alte Python kann sich in ein Nomo verwandeln.
Eine interaktive Datenauswertung mit python kann mittels Jupyter Notebook komfortabel erfolgen.
Interactive data analysis using python can be used easily via Jupyter Notebook.
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.
Python kann schnell große Zahlen berechnen.
Python can quickly calculate large numbers.
Python kann eine Menge Dinge.
Python can do a lot of things.
Dynamisch geschrieben: Jede Variable in Python kann auf jeden Datentyp verweisen.
Dynamically typed: Every variable in Python can reference any type of data.
Die Stackdriver Error Reporting-Bibliothek für Python kann verwendet werden, ohne dass Anmeldeinformationen explizit angegeben werden müssen.
The Stackdriver Logging library for Python can be used without needing to explicitly provide credentials.
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 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 eine geschachtelte Schleife mit zwei for-Anweisungen erstellt werden.
In Python, a nested loop can be created using two for statements.
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 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 Teilanwendung mithilfe der functools-Bibliothek erreicht werden.
In Python, partial application can be achieved using the functools library.