Vertaling van "con Python 2" 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.
Después de esto, los scripts en los árboles de proyecto especificados se ejecutarán con Python 2.
Afterwards scripts within the specified project trees will be run with Python 2. See also
El modulo de programación de Krita ahora se puede construir con Python 2.
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.
Incluso si decides comenzar con Python 2 y luego decides mudarte a Python 3 porque la librería que necesitas no se encuentra actualizada, no vas a notar diferencia alguna.
Even if you start with Python 2 and decide to move to Python 3 because the library you need is no longer maintained, you will notice no difference at all.
Python 2 se sigue utilizando en muchas empresas por una simple razón: han construido sus webs con Python 2 hace años, y todavía no las han actualizado a Python 3.
Python 2 is still used by many companies for one reason: they built their sites with Python 2 years ago, and they haven't upgraded to Python 3.
Python 3 es una actualización importante del lenguaje, con cambios significativos que hacen la transición del 2 al 3 muy complicada. Por eso muchas empresas que han hecho su página con Python 2 eligen quedarse con él.
Python 3 was a big upgrade to the language with significant changes that make transitioning a lot of work, so many of companies built on Python 2 chose to stick with what works.
En la actualidad, «Bup» funciona solamente con Python 2, lo que significa que esta opción no estará disponible en muchas distribuciones, aunque se está trabajando en una adaptación a Python 3.
Bup currently only works with Python 2 which means this option won't be available on many distros, but a port to Python 3 is in the works.
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.
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.
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+).
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+).
Así, si el Virtualenv se instaló con Python 2, python ejecutará Python 2.
Therefore, if the Virtualenv is installed with Python 2, python will refer to Python 2.
Andere resultaten
Cuando se invoca al intérprete de línea de comandos de Python 2 con la opción -t, emite advertencias sobre el código que mezcla de forma ilegal las pestañas y los espacios.
When invoking the Python 2 command line interpreter with the -t option, it issues warnings about code that illegally mixes tabs and spaces.
Puede usar la función de print Python 3 en Python 2 con la siguiente declaración de import
You can use the Python 3 print function in Python 2 with the following import statement
Unicode Para reducir los problemas con unicode en Python 2, una buena opción es poner al inicio del código lo siguiente
If you have some problems with Unicode using Python 2, here you have a cool solution to include at the beginning of your code