Vertaling van "unter Python" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Diese Umstellung bedeutet jedoch nicht automatisch, dass die im Modell bereits vorhandenen Bibliotheksfunktionen unter Python 3 lauffähig sind: Vor einer vollständigen Umstellung müssen zunächst die EXAM-Core-Bibliotheken auf die neuste Version gebracht und User-Bibliotheken gegebenenfalls überarbeitet werden.
However, this change does not automatically mean that the library functions already available in the model are executable under Python 3. The EXAM core libraries must first be updated to the latest version and user libraries must be revised if necessary before complete changeover. Fazit
Es wurde angenommen, dass ein Verpackungsobjekt nur ein Gut beinhalten kann und ferner alle Güter genau einem Verpackungsobjekt zugeordnet werden müssen.Für diese Zwecke wurde zunächst ein ganzzahliges, lineares Optimierungsmodell (ILP) entwickelt und in PuLP unter Python modelliert.
It is assumed that one box may include only one product and every single product has to be assigned to exactly one box. For this purpose, an integer linear programming model (ILP) has been developed and modelled in PuLP under Python.
Folgendes Paket muss installiert werden, falls man unter Python 2.5 bis Python 2.7 arbeitet
You have to install the following package, if you are using Python 2.5 to 2.7
Die Nutzung beispielsweise unter Python ist in einem separatem Dokument exemplarisch erklärt.
The usage under Python for example is explained in a separate document.
Weitere Hinweise zur Python-Datenbank-API-Spezifikation v2.0 finden Sie unter Python Database API Specification v2.0 (in Englisch).
For information about the Python Database API specification v2.0, visit Python Database API specification v2.0.
Hinweis: Unter Python 2.5 (Windows-Version) ist pysqlite schon installiert!
Note: Python 2.5 users under windows may have pysqlite, so you won't install pysqlite!
Um beide Versionen zu unterstützen läuft mancher Code langsamer unter Python 2.x.
To support both versions, some code now runs slower on python 2.x.
Die Version in Unstable ist nicht betroffen, da sie nicht mehr unter Python 1.5 arbeitet.
The version in unstable is not affected since it is not supposed to work with Python 1.5 anymore.
Benutzen Sie die folgenden Namen für diese Widgets, um diese schließlich unter diesen Namen unter Python zu verändern.
Use the following names for these widgets to manipulate them under these names from Python.
Die Print-Funktion lautet unter Python prnt und print in den anderen Sprachen.
Print function is called prnt in Python and print in other languages.
Eine vollständig Dokumentation für die API ist online unter Python Database API Specification v2.0 (in Englisch) verfügbar.
Complete documentation for the API is available online at Python Database API specification v2.0.
Weitere Hinweise zur Python-Datenbank-API-Spezifikation v2.0 finden Sie unter Python Database API Specification v2.0 (in Englisch).
Complete documentation for the API is available online at Python Database API specification v2.0.
Boolsche Werte (True und False) werden unter Python groß und unter JSON klein geschrieben.
Boolean values (True and False) are coded as uppercase in Python, and as lowercase in JSON.