Examples with "use 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.
To specify that a script must use Python 2, simply add
Para especificar que un guion tiene que usar Python 2, simplemente haz que
Note that many projects still use Python 2, although migrating to Python 3 is getting easier.
In both cases, just change python to python2 and the program will then use Python 2 instead of Python 3.
Andere resultaten
You can use Python versions 2 or 3 for this quickstart.
Puedes utilizar las versiones 2 o 3 de Python en esta guía de inicio rápido.
The launcher allows Python scripts (.py and.pyw files) on Windows to specify the version of Python which should be used, allowing simultaneous use of Python 2 and 3.
El lanzador permite que los guiones Python (ficheros.py y.pyw) en Windows especifiquen la versión de Python que debe ser usada, permitiendo el uso simultáneo de Python 2 y 3.
If using the Admin Python SDK, a server running Python 2.7 or 3.4+ (Python 2 support is now deprecated, and developers are recommended to use Python 3.4+).
Si usas el SDK de Admin de Python, un servidor que ejecute Python 2.7 o 3.4+ (la compatibilidad con Python 2 actualmente está obsoleta, y se recomienda a los desarrolladores usar Python 3.4+).
In Python 2, if you use the input function just like I used it
You can use the Python 3 print function in Python 2 with the following import statement
Puede usar la función de print Python 3 en Python 2 con la siguiente declaración de import
A Note on the Python versions 2 and 3: The code-along in this class all use Python 2.7.
Una nota sobre las versiones 2 y 3 de Python: todos los códigos de esta clase usan Python 2.7.
You can use the latest version of Python 2 by running scripts with py -2 and the latest version of Python 3 by running scripts with py -3.
Puede usar la última versión de Python 2 ejecutando scripts con py -2 y la última versión de Python 3 ejecutando scripts con py -3.
Install a custom version of Django and any other required packages (e.g., mysqlclient if you're going to use a MySQL database) for your website using pip: Using Python 2
Instala una versión personalizada de Django y cualquier otro paquete requerido por tu sitio web usando pip (por ejemplo, mysglclient si vas a usar una Revisa los siguientes artículos para verificar la compatibiliad entre Python y Django
It's not too difficult to use HFST nowadays, especially that it's finally on the pip repository, and it's compatible with both Python 2 and Python 3.
No es demasiado difícil usar HFST hoy día, ya que por fin se puede instalar desde el repositorio pip, y es compatible con Python 2 y Python 3.
Use the more generic [python] tag if your question is not version-specific. Use the [python-2.x] tags for Python 2 questions.