Examples with "to CPython" and their translation in Spaans
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.
Returning to CPython implementation, the toolchain process is as follows
Volviendo a CPython, el proceso en el conjunto de herramientas sucede de la siguiente manera
It is written in C. In addition to CPython, there are two other production-quality Python implementations: Jython, written in Java, and IronPython, which is written for the Common Language Infrastructure.
Está escrita en C. Además de CPython, hay otras implementaciones con calidad para producción: Jython, escrita en Java; IronPython, escrita para el Common Language Runtime y PyPy, escrita en un subconjunto del propio lenguaje Python.
Andere resultaten
Well, we could just use CPython to run the interpreter.
Bueno, podríamos simplemente usar CPython para correr el intérprete.
There is one official implementation of the language supplied by, generally referred to as CPython, and several alternative implementations of the language on other runtime platforms.
Existe una implementación oficial del lenguaje suministrado por, generalmente denominado CPython, y varias implementaciones alternativas del lenguaje en otras plataformas de tiempo de ejecución.
The fact that PyPy is implemented in a high level language makes it also more flexible and easier to experiment with than CPython, thus allowing developers to experiment with multiple implementations of specific features.
El hecho de que PyPy esté implementado en un lenguaje de alto nivel implica que es más flexible y fácil para experimentar que CPython, lo que permite a los desarrolladores explorar múltiples implementaciones de características específicas y elegir la mejor.
As part of work to rewrite the CPython peephole optimizer to work on the AST (rather than on the raw bytecode, as is currently the case), Eugene Toder needed to make some changes to the structure of the AST.
Como parte del trabajo de reescritura del optimizador local de CPython para trabajar en el AST (en lugar del código byte en bruto, como se realiza actualmente), Eugene Toder necesitaba hacer algunos cambios a la estructura del AST.
While CPython produces bytecode to run on the CPython VM, Jython produces Java bytecode to run on the JVM (this is the same stuff that's produced when you compile a Java program).
Mientras CPython produce bytecode para ser corrido en la VM de CPython, Jython produce bytecode de Java para correr en la JVM (esto es lo mismo que es producido cuando se compila un programa en Java).
While CPython produces bytecode to run on the CPython VM, Jython produces Java bytecode to run on the JVM. Another is IronPython, written in C# and targeting the.NET stack.
Mientras CPython produce bytecode para ser corrido en la VM de CPython, Jython produce bytecode de Java para correr en la JVM (esto es lo mismo que es producido cuando se compila un programa en Java).
The patch which started the discussion is not yet included in CPython.
El parche que motivó la discusión todavía no ha sido incluido en CPython.
It's totally possible to survive without ever touching a non-CPython Python implementation.
Es totalmente posible sobrevivir sin tocar alguna vez una implementación de Python no-CPython.
CPython is the default, most-widely used implementation of the Python programming language.
CPython es la implementación oficial y más ampliamente utilizada del lenguaje de programación Python.
In this case, it's convenient that CPython is written in C, which is a subset of Objective-C.
En este caso, es conveniente que CPython esté escrito en C, el cual es un subconjunto de Objective-C.
If you've found a security issue within CPython, the first thing we ask is that you keep the details of the issue private.
Si has encontrado un fallo en la seguridad dentro de CPython, lo primero que debes hacer es obtener los detalles del fallo de forma privada.