Examples with "Typ Python" and their translation 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.
Sie bezahlen 0,44 USD pro DPU-Stunde in Schritten von 1 Sekunde, aufgerundet auf die nächste Sekunde, mit einer Mindestdauer von 1 Minuten für jeden Auftrag vom Typ Python Shell.
You are billed $0.44 per DPU-Hour in increments of 1 second, rounded up to the nearest second, with a 1-minute minimum duration for each job of type Python shell.
Andere resultaten
Einem AWS Glue-Auftrag vom Typ Python-Shell kann entweder 1 DPU oder 0,0625 DPUs zugewiesen werden.
In Python gibt eine asynchrone Funktion immer einen wartbaren Typ zurück, wenn sie aufgerufen wird.
In Python, an async function always returns an awaitable type when called.
Werte, die den Typ hyper oder unsigned hyper haben, werden Python long long konvertiert.
Values which have the type hyper or unsigned hyper are converted to a python long long.
Dieser Typ aus meinem Seminar hat heute gefragt, warum sein Python-Code nicht funktionieren würde.
This guy was in class today asking why his python encode wouldn't work. I'm like
Werte, die den Typ byte, short, unsigned short, long oder unsigned long haben, werden zum Python-Wert long konvertiert.
Values which have the type byte, short, unsigned short, long or unsigned long are converted to a python long value.
Die Programmiersprache Cython ist ein Dialekt der Sprache Python. Sie bietet optionale statische Typ-Deklarationen und wird in schnellen C-Code übersetzt.
The Cython programming language is a dialect of the Python language that offers optional static type declarations and compiles to fast C code.
Es benötigt Python 2.4 oder höher, da die Dezimalzahl Typ wurde in 2.4 aufgenommen.
It requires Python 2.4 or higher, since the decimal type was added in 2.4.
Ein Plugin-Typ Machine Learning Backend, der PHP und Python unterstützt und erweitert werden kann, um weitere Backends für maschinelles Lernen zu implementieren
Machine learning backend plugin type - supports PHP and Python, and can be extended to implement other ML backends
Mixminion stellt gleichzeitig die Referenzumsetzung des Protokolls eines Typ-III Remailers dar und wurde in der Programmiersprache Python entwickelt.
Mixminion using a Windows frontend Mixminion is the standard implementation of the Type III anonymous remailer protocol.
Jedes Notebook hat einen s.g. „Kernel" der den Typ des Notebooks bestimmt, also ein Python-, Julia- oder R-Notebook.
Each notebook has a "kernel" which determines the type of notebook, which can be a Python, Julia or R notebook.
Obwohl bei der Deklaration einer Variablen in Python kein Datentyp angegeben werden muss, während der erforderliche Speicherbereich für die Variable reserviert wird, wählt der Python-Interpreter automatisch den am besten geeigneten integrierten Typ dafür aus
Even though there's no need to specify a data type when declaring a variable in Python, while allocating the necessary area in memory for the variable, the Python interpreter automatically picks the most suitable built-in type for it