Was ist PYTHON CODE auf Deutsch - Deutsch Übersetzung

['paiθn kəʊd]
Substantiv
['paiθn kəʊd]
Python-code
python code
python code
python code
Python-quelltext

Beispiele für die verwendung von Python code auf Englisch und deren übersetzungen ins Deutsch

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
In Python code this gives you.
In Python sieht das wie folgt aus.
A recipe is essentially Python code.
Ein Schema ist im Wesentlichen Python Code.
Figure 5- Python code to decrypt the C& C servers.
Abbildung 5- Python Code um C& C-server zu entschlüsseln.
Application can be used directly in Python code.
Application direkt in Python-Code benutzt werden.
Python code is organized into packages which contain modules.
Python-Code ist in Paketen(Packages) organisiert, diese enthalten einzelne Module.
Glade file to functions defined in the Python code.
Glade Datei deklariert worden, sind mit Funktionen im Python Code.
This means any existing Python code can be used in Sage.
Dies bedeutet, dass bereits existierender Python-Code in Sage so verwendet werden kann wie er ist.
The following code example creates a runner that runs Python code.
Im folgenden Codebeispiel wird ein Runner zum Ausführen von Python-Code erstellt.
In contrast to Python code you must compile the Java code before starting Robot.
Im Gegensatz zu Python-Code muss der Java-Code vorher kompiliert werden.
The Raspberry Pi camera is easy to setup andcan be controlled with Python code.
Die Raspberry Pi Kamera ist schnell eingerichtet undkann mit Python gesteuert werden.
For question 2, your goal is to write some Python code that prints out the number of hours in 7 weeks.
Für Frage 2 ist dein Ziel Python Code zu schreiben der die Anzahl von Stunden in 7 Wochen ausgibt.
Eventually, it may even be possible to define yourown custom game types by writing Python code.
Schließlich kann es sogar möglich sein,Ihre eigenen benutzerdefinierten Spielmodi von Python-Code schreiben zu definieren.
The AWS Glue ETL engine generates Python code that is entirely customizable, reusable, and portable.
Die AWS Glue ETL-Engine generiert Python-Code, der vollständig anpassbar, wiederverwendbar und portabel ist.
For the examples shown below, I usedGoogle Cloud Datalab- a useful web-based tool which combines Python code, documentation and visualization.
Die unten gezeigten Beispiele verwenden Google Cloud Datalab,ein sehr nützliches Web-Basiertes Tool von Google, welches Python Code, Dokumentation und mögliche Visualisierung kombiniert.
In contrast to Python code you must compile the Java code before starting Robot.
Robot lädt die Python-Variante. Im Gegensatz zu Python-Code muss der Java-Code vorher kompiliert werden.
In Python, there is no automatic way to do this, but you can integrate Python code with the Wolfram Language using ExternalEvaluate.
In Python gibt es keine automatische Aktualisierung, man kann jedoch Python-Code mithilfe von ExternalEvaluate in die Wolfram Language integrieren.
I have left out all Python code not relevant for Gnome, it should not be that difficult to understand it.
Jeglicher Python Code, der nicht für Gnome relevant war, wurde ausgelassen, ihn zu verstehen sollte nicht so schwer sein.
The following section will describe a simple example on how you can use the GA BigQuery export data anda few lines of Python code to create a basic recommender system.
Im Folgenden wird erläutert, wie man mit Hilfe der GA BigQuery Export Daten undein paar Zeilen Python Code ein einfaches Produkt Empfehlungssystem implementieren kann.
Additionally, Python code can be run directly through existing Wolfram Language code using ExternalEvaluate.
Außerdem kann Python-Code mit ExternalEvaluate direkt durch bestehenden Wolfram Language-Code ausgeführt werden.
If you want to extend the functionality of an existing instrument,you can use the second method to assign Python code directly to the instrument, thereby creating a custom instrument.
Wenn Sie die Funktionalität eines bestehenden Instruments erweitern möchten,können Sie dem Instrument mit der zweiten Methode direkt Python-Code zuweisen und so ein eigenes Instrument erstellen.
This isn't Python code," but this is useful for someone else reading, and they will also ignore this down here.
Das ist kein Python code," aber das ist sinnvoll für jemand anderes, der liest und sie werden auch dies hier unten ignorieren.
The Python SVG import plugin in dia, a vector-oriented diagram editor, doesn't properly sanitise data read from an SVG file andis hence vulnerable to execute arbitrary Python code.
Dia ist ein vektor-orientierter Diagramm-Editor, der ein Python SVG Import-PlugIn hat. Dieses überprüft die aus SVG-Dateien gelesenen Daten nicht ausreichend,so dass beliebiger Code in Python ausfürbar ist.
If new Python code is entered into the templates or the existing code changed in such a way that it requires additional or different variables, one of the existing.
Wird neuer Python-Code in die Vorlagen eingefügt oder bestehender Code so verändert, dass er zusätzliche oder andere Variablen nutzt, so muss einer der bestehenden.
With the first method,ControlDesk offers a convenient way to link Python code to control-specific events, such as registering your platform or creating an experiment.
Mit der ersten Methode bietet ControlDesk eine komfortable Möglichkeit, Python-Code mit steuerungsspezifischen Ereignissen wie der Registrierung Ihrer Plattform oder der Erstellung eines Experiments zu verknüpfen.
Python":"< python code with place holder>" Executes the given Pythoncode whose output will be placed in the place holder which is between the"" signs see example below.
Python":" &lt; python code with place holder> " Ausführung des angegeben Python codes wobei zunächst der Platzhalte durch die schon ermittelten Werte ersetzt wird.
By using the template for the event handler that is accessible on the ribbon in ControlDesk,you can seamlessly add Python code to implement the desired operation for the event you want to control.
Durch die Verwendung der Vorlage für den Event Handler, auf die über das Ribbon in ControlDesk zugegriffen werden kann,können Sie durchgängig Python-Code hinzufügen, um den gewünschten Vorgang für das zu steuernde Ereignis zu implementieren.
The calculation necessary in our example is very simple, we simply add the two sets of coordinates, and divide the new set by two. We thenconstruct a new point using the result. The Python code needed is.
In diesem Beispiel ist die notwendige Berechnung sehr einfach. Addieren Sie die beiden Koordinatenpaare und teilen Sie das Ergebnis durch 2. Mit diesen neuenKoordinaten erstellen Sie ein neues Point-Objekt. Der dazu notwendige Python-Quelltext lautet.
All objects in& kig; can be used in the Python code. As we have seen above, points are of the Point class, and you can use& eg; the Point. coordinate() method. You can also return all kinds of objects, not just a Point. Many more classes and methods are available in the& kig; Python code, and a more complete reference is provided on the& kig; website.
Alle& kig; Objekte können im Python-Quelltext benutzt werden. Wie weiter oben gezeigt wurde, gehören Punkte zur Point -Klasse und Sie können& eg; die Koordinaten über die Funktion Point.coordinate() ermitteln. Sie können alle Arten von Objekten zurückgeben, nicht nur Point -Objekte. Viele weitere Klassen und Funktionen stehen in& kig; im Python-Quelltext zur Verfügung, eine vollständigere Referenz finden Sie hier.
Extensible pipelines with support for Python coding.
Erweiterbare Pipelines mit Unterstützung für Python-Codierung.
Ergebnisse: 29, Zeit: 0.0483

Wort für Wort Übersetzung

Top Wörterbuch-Abfragen

Englisch - Deutsch