Examples with "Python, if" and their translation in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
In Python, if m and n are ints, then m/n is also an int, namely the quotient of m divided by n. Therefore 2/3=0.
In Python wird, falls m und n Integer sind, auch m/n als Integer behandelt, es ist nämlich der Quotient von m geteilt durch n. Daher ist 2/3=0.
And hung like a python, if I remember correctly.
Other results
Real integration with the system's python installation will only be possible, if python itself is modified.
Usually you will have them already installed on your system (e.g. Python), except if you run a minimal Linux.
Üblicherweise werden diese bereits auf Ihrem System installiert sein (z.B. Python), solang es sich nicht um ein minimales Linux handelt.
If you ever wanted to create you own web application from scratch using Python, this course if made for you!
Wenn du schon immer mal eine eigene Webanwendung entwickeln wolltest, dann ist dieser Kurs der richtige für Dich!
If you don't have Python installed, or if you want a different version, first check what Linux distribution you are using with the following command
Wenn Python bei dir nicht installiert ist, oder du eine neuere Version willst, kannst du das folgendermaßen tun
Test out our curriculum materials using the MakeCode and Python editors, or if you're just starting out, you can use our Quick Start Guide to get coding in minutes.
Sieh dir unsere Lehrpläne für die MakeCode- und Python-Editoren an. Wenn du gerade anfängst, kannst du die Kurzanleitung nutzen, um in wenigen Minuten mit dem Programmieren loszulegen.
The demo program is coded using C#, but you shouldn't have too much trouble refactoring the code to another language, such as Python or JavaScript, if you wish to do so.
Das Demoprogramm ist in der Programmiersprache C# codiert, es sollte jedoch problemlos möglich sein, den Democode in einer anderen Sprache wie z. B. Visual Basic.NET oder Python umzugestalten.
We recommend, if Python 2 is not explicitly necessary, to use Python 3.
We want you to install the latest version of Python 3, so if you have any earlier version, you will need to upgrade it.
Wir möchten, dass du Python 3 installierst. Solltest du also bereits eine ältere Version installiert haben, musst du diese aktualisieren.
If your computer doesn't already have Python installed, or if you want to install a different version of Python, follow the procedure in Install the AWS CLI on Linux.
Wenn auf Ihrem Computer noch kein Python installiert ist oder Sie eine andere Version von Python installieren möchten, befolgen Sie die Anleitung im Abschnitt Installieren Sie die AWS CLI unter Linux...
For example, in dealing with "big data" (as part of the spend cube analysis), our experts work with common tools (R, Python) and, if necessary, software solutions from our IT partners.
Im Umgang z.B. mit „big data" (z.B. im Rahmen der spend cube Analyse) arbeiten unsere Experten mit gängigen Tools (R, Python) und bei Bedarf werden Softwarelösungen unserer IT-Partner herangezogen.
OpenStack uses cooperative threading in Python, which means that if something long and complicated is running, it will block other tasks inside that process from running unless it voluntarily yields execution to another cooperative thread.
OpenStack verwendet kooperatives Threading in Python, was bedeutet, dass, wenn etwas langes und kompliziertes läuft, es andere Aufgaben innerhalb dieses Prozesses blockiert, es sei denn, es führt freiwillig eine Ausführung für einen anderen kooperativen Thread durch.