Examples with "en Cython" 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.
Scikit-learn est écrit en Python, avec quelques algorithmes essentiels écrits en Cython pour optimiser les performances.
Scikit-learn is largely written in Python, with some core algorithms written in Cython to achieve performance.
Cython ressemble à la fois à Python et à C. La plupart des constructions Python, dont la définition de listes par compréhension, les expressions conditionnelles, les constructions comme += sont autorisées en Cython.
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.
Scikit-learn est écrit en Python, avec quelques algorithmes essentiels écrits en Cython pour optimiser les performances.
Scikit-learn is largely written in Python, with some core algorithms written in Cython to achieve performance.
Andere resultaten
Il est basé sur des bibliothèques écrites en C, libxml2 et libxslt, bien connues et largement conformes aux standards XML, qu'il intégre dans un API orienté objet à haut niveau en utilisant le language Cython.
It builds upon the well-known C libraries libxml2 and libxslt, and binds them together in a high level, object oriented XML API written in Cython.
Utiliser Cython pour construire des accélérations si elle est installée.
Use Cython to build speedups if it is installed.
Lupa est un jeune projet qui a toujours à se développer. Cython
Erreur de compilation lors du build (pysfml-cython)
Les plus grands projets auquels j'ai participé les dernières années sont lxml et Cython.
The two main projects that I have focussed on during the last years are lxml and Cython.
Elle introduit aussi l'utilisation de Cython, pour accélérer la lecture des fichiers RDF/XML et OWL/XML.
It also introduces the use of Cython, for improving performances when reading RDF/XML and OWL/XML files.
Cython est une branche du langage de programmation Pyrex, mais il comporte plus de fonctionnalités et d'optimisation que ce dernier.
Cython is a derivative of the Pyrex language, and supports more features and optimizations than Pyrex.
Il existe des trucs et astuces que nous pouvons utiliser pour accélérer Python, tels que l'utilisation de Cython ou des essais de distribution des calculs, Python ne le faisant pas directement.
There are tips and tricks we can do to speed up Python, such as using Cython or trying to distribute our computation, but Python doesn't do this out of the box.
Si la compilation du code C généré à partir d'un fichier Cython nécessite une bibliothèque supplémentaire foo, ajoutez au source Cython la ligne clib foo.
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.
Le paquet cython inclus dans Ubuntu 10.10 semble brisé (voir ceci), obtenez-le ici ou essayez
The cython package included in Ubuntu 10.10 seems to be broken (see this), get it here or try