Examples with "Python 2 a" 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.
Conversión automatizada de código Python 2 a 3.
Convierte funciones específicas del lenguaje Python 2 a Python 3
Muestra una lista de todas las características disponibles del lenguaje que se pueden convertir de Python 2 a Python 3
Display a list of all available language features that can be converted from Python 2 to Python 3
Nota: "print" es uno de los cambios más grandes de Python 2 a Python 3.
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.
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.
Para ayudar en el camino de la migración de los scripts de Python 2 a 3, ArcGIS Pro y ArcMap 10.3 ambos tienen una nueva herramienta de geoprocesamiento para el análisis de archivos script de Python, y brindar instrucciones línea por línea para los cambios requeridos.
To help you on the way of migrating Python scripts from 2 to 3, ArcGIS Pro and ArcMap 10.3 both have a new geoprocessing tool for analyzing a Python script file or toolbox and giving line-by-line instructions on required changes.
Andere resultaten
Convierte todas las funciones del lenguaje Python 2 excepto las especificadas a Python 3
Convierte todos los archivos Python 2 en un directorio a Python 3
Convert all Python 2 files in a directory to Python 3
En los próximos años, las empresas que se han quedado con Python 2 harán el cambio a Python 3.
Over the next few years, once reluctant companies stuck on Python 2 will be making the switch to Python 3.
Activa el Virtualenv, lo que actualizará $PATH para que apunte a Python 2.
Activate the Virtualenv, which will update $PATH to point at Python 2.
El proyecto Python, en PEP 0394, recomienda que/usr/bin/python siga asociado a Python 2, que puede que no esté instalado.
The Python project, in PEP 0394, recommends that/usr/bin/python remain associated with Python 2, which may not be installed.
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.
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.
Luego descarga una versión actual de Python 2 desde el sitio web.
Then download a recent version of Python 2 from the web site.