Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
Cython
Se você está trabalhando na linha de comando, você pode anexar e carregar código compilado exatamente como se faz com código interpretado (no momento, anexar e carregar código em Cython não é suportado no Notebook).
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).
O código pode rodar em dois modos: puro Python, ou otimizado com Cython (em que é necessário compilar o módulo).
Boa parte da scikit-learn é escrita em Python, com alguns algoritmos centrais escritos em Cython para obter melhor desempenho.
Scikit-learn is largely written in Python, with some core algorithms written in Cython to achieve performance.
Infelizmente, a versão estéreo não conseguia tocar em tempo real, então precisamos apelar para o Cython.
Unfortunately, the pure-Python stereo version could not play in real time, so I had to resort to Cython.
Cython: um superconjunto do Python que inclui bindings para chamar funções C.
Cython: a superset of Python that includes bindings to call C functions.
O Cython é simultaneamente similar ao Python e ao C. A maior parte das construções em Python, incluindo "list comprehensions", expressões condicionais, código como += são permitidos; você também pode importar código que você escreveu em outros módulos em Python.
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.
Máquinas de vetores de suporte são implementadas por um wrapper Cython em volta da LIBSVM; já a regressão logística e as máquinas de vetores de suporte por um wrapper similar em torno da LIBLINEAR.
Support vector machines are implemented by a Cython wrapper around LIBSVM; logistic regression and linear support vector machines by a similar wrapper around LIBLINEAR.
Ao invés de reinventar a roda, o SageMath (que é escrito principalmente em Python e Cython) integra vários softwares de matemática em uma interface comum, para que um utilizador necessite saber apenas Python.
Rather than reinventing the wheel, Sage (which is written mostly in Python and Cython) integrates many specialized mathematics software packages into a common interface, for which a user needs to know only Python.
Quero dizer CPython, a implementação comum do Python (a não ser confundida com o similarmente nomeado Cython)?
Do I mean CPython, the common Python implementation (and not to be confused with the similarly named Cython)?
Para lidar com isso, o Sage suporta uma "versão" compilada do Python chamada Cython ([Cyt] and [Pyr]).
To deal with this, Sage supports a compiled "version" of Python called Cython ([Cyt] and [Pyr]).
O pacote cython já incluído no Ubuntu 10.10 parece estar quebrado (veja aqui), pegue ele aqui ou tente
The cython package included in Ubuntu 10.10 seems to be broken (see this), get it here or try
Python Para compilar os wrappers para Python você precisará do pacote "python-dev" e o cython.
Python To compile the Python wrappers you'll need the package "python-dev" and cython.
Se uma biblioteca foo adicional é necessária para compilar código em C gerado a partir de um arquivo em Cython, adicione a linha clib foo no arquivo fonte em Cython.
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.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.