Examples with "Python, dass" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Der Buchstabe 'd' hinter dem % sagt Python, dass eine 'Dezimalzahl' dort plaziert werden muss.
The letter 'd' after the % tells Python that a 'decimal number' should be placed there.
Das ist ein sehr wichtiger Punkt, denn so weiß Python, dass das print das zu wiederholende Stück ist.
That is a very important point since it's how Python knows that the print is the bit to repeat.
Wenn wir a = 3 in einer interaktiven Sitzung oder in einer Programmdatei eingeben, woher weiß dann Python, dass a für eine Ganzzahl steht?
When we type a = 3 in an interactive session or program file, for instance, how does Python know that a should stand for an integer?
Desweiteren, empfehlen bestimmte Programmiersprachen, wie Perl und Python, dass die gleiche Methode für die meisten Programme die in dieser Sprache geschrieben werden, benutzt werden (Perl-Module benutzten zum Beispiel den perl Makefile.PL Befehl).
Also, certain programming languages, such as Perl and Python, recommend that the same method be used for most programs written in that language (for example, Perl modules use the command perl Makefile.PL).
Other results
Eric Cooper bemerkte, dass python-minimal als ein essenzielles Paket installiert sei.
Daher entschied ich, dass Python die Sprache für mich sein würde.
Viele Entwickler glauben, dass Python DIE Sprache der Zukunft sein wird.
Many developers think that Python will be the language of the future.
Verstehe, dass Python nicht kompiliert werden muss.
Stellen Sie sicher, dass Python für alle Benutzer installiert ist.
Die Einbettung von Python Code erfordert, dass COM Erweiterungen erlaubt sind.
The embedding of Python code requires that COM extensions are allowed.
Du kannst das selbst überprüfen, um zu sehen, dass Python die richtige Antwort hat.
You can check that yourself to see that Python got the right answer.
Ohne Anführungsstriche würde Python annehmen, dass Hallo als Befehl gemeint ist.
Without quotes, Python would think that Hello was meant to be a command.
Eines der tollen Dinge an Python ist, dass du deine neuen Programme sofort testen kannst.
One of the great things about Python is that you can test out your new programs immediately.