Examples with "to Python 2" 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.
If they don't, consider contributing to the porting efforts, or stick to Python 2.
De lo contrario, considere contribuir con los esfuerzos de portabilidad o manténgase en Python 2.
If they don't, consider contributing to the porting efforts, or stick to Python 2.
De lo contrario, considera contribuir a los esfuerzos de portabilidad, o mantente en Python 2.
You can automatize the migration thanks to 2to3, but also, there is a tool that allow to migrate code from Python 3 to Python 2, called 3to2.
Realizar la migración puede automatizarse gracias a 2to3, pero no solo eso. También han creado la herramienta que permite migrar de Python 3 a Python 2, mediante 3to2.
Therefore, if the Virtualenv is installed with Python 2, python will refer to Python 2.
Andere resultaten
Display a list of all available language features that can be converted from Python 2 to Python 3
Muestra una lista de todas las características disponibles del lenguaje que se pueden convertir de Python 2 a Python 3
Note: "print" is one of the biggest changes from Python 2 to Python 3.
However, if the decision is made to change, it is possible to sift through code and make the changes needed to convert Python 2 code to Python 3 and vice-versa.
Sin embargo, si se toma la decisión de cambiar, es posible filtrar los códigos y realizar los cambios necesarios para convertir los códigos Python 2 a Python 3 y viceversa.
You created raw bytestrings, which is easy to do on Python 2
Usted creó cadenas de bytes planas que son fáciles de hacer en Python 2
Automated Python 2 to 3 code conversion.
Many projects' build scripts assume python to be Python 2, and that would eventually result in an error - typically complaining that print 'foo' is invalid syntax.
Muchos scripts de compilación de proyectos dan por hecho que python será Python 2, y esto podría provocar un error (normalmente indicando que print 'foo' es una sintaxis inválida.
Long ago, I wrote an entrance related to how to install Python 2 and Python 3 on the same Windows machine.
En una entrada ya antigua, se describió cómo disponer en la misma máquina de Python 2.7 y Python 3.3.
Activate the Virtualenv, which will update $PATH to point at Python 2.
Activa el Virtualenv, lo que actualizará $PATH para que apunte a Python 2.
Today we are going to talk about Python 2 and Python 3, in other words, python versions.
Hoy vamos a hablar acerca de Python 2 y Python 3, en otras palabras, las versiones de Python.