Vertaling van "Cython" in Duits
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.
They are binding generators, whereas Cython is a programming language, with all its expressiveness.
The Cython programming language is a dialect of the Python language that offers optional static type declarations and compiles to fast C code.
Die Programmiersprache Cython ist ein Dialekt der Sprache Python. Sie bietet optionale statische Typ-Deklarationen und wird in schnellen C-Code übersetzt.
Support vector machines are implemented by a Cython wrapper around LIBSVM; logistic regression and linear support vector machines by a similar wrapper around LIBLINEAR.
Support-Vektor-Maschinen werden durch einen Cython-Wrapper um LIBSVM implementiert; logistische Regressions- und lineare Support-Vektor-Maschinen durch einen ähnlichen Wrapper um LIBLINEAR.
Cython is a compiled language that generates CPython extension modules.
Cython ist eine universelle Programmiersprache, die weitgehend zu Python kompatibel ist.
Cython is simultaneously similar to both Python and C. Most Python constructions, including list comprehensions, conditional expressions, code like += are allowed; you can also import code that you have written in other Python modules.
Cython ist gleichzeitig sowohl zu Python, als auch zu C ähnlich. Die meisten von Pythons Konstruktionen, einschließlich „list comprehensions", bedingte Ausdrücke und Code wie += sind erlaubt; Sie können auch Code importieren, den Sie in anderen Python-Modulen geschrieben haben.
If you are working with the command-line interface, you can attach and load compiled code exactly like with interpreted code (at the moment, attaching and loading Cython code is not supported with the notebook interface).
Falls Sie mit der Kommandozeile arbeiten, können Sie kompilierten Code genau wie interpretierten Code anhängen und laden. (Im Moment wird das Anhängen von Cythoncode vom Notebook aus nicht unterstützt).
If an additional library foo is needed to compile the C code generated from a Cython file, add the line clib foo to the Cython source.
Der reine C-Code: Wenn die zusätzliche Bibliothek foo gebraucht wird um den C-Code, der aus einer Cython-Datei generiert wurde zu kompilieren, fügen Sie die Zeile clib foo zu dem Cython-Quellcode hinzu.
The free software SageMath computer algebra system depends on Cython, both for performance and to interface with other libraries.
Beispielsweise basiert das Computeralgebrasystem Sage zu einem großen Teil auf Cython-Code.
Cython even enables developers to call C or C++ code natively from Python code.
^ "wrapper benchmarks for several Python wrapper generators (except Cython)".
C++-Wrapper-Benchmarks für verschiedene Python Wrapper-Generatoren (ohne Cython)
On the whole, Python is a general-purpose programming language, whereas Cython is a superset of Python programming language.
Cython ist eine eigene Programmiersprache, die einen großen Teil der Flexibilität von Python mit der Performance von C kombiniert.
Next we time exponentiation using the native Sage Integer type, which is implemented (in Cython) using the GMP library
Als nächstes messen wir die Laufzeit der Potenzierung unter Verwendung des nativen Sage Ganzzahl-Typs, der (implementiert ist und) die GMP Bibliothek nutzt
YouTube Summary The Cython compiler is the most widely used static compiler for Python.
YouTube Summary Der Cython-Compiler ist mehr als nur ein Weg, Erweiterungsmodule for CPython zu schreiben.