Los programadores todavía tienen opciones entre orientación a objetos, programación estructurada, programación funcional y otros paradigmas, pero dentro de estas amplias opciones, los detalles intentan ser más obvios en Python 3.0 que como eran en Python 2.x.
Coders still had options among object-orientation, structured programming, functional programming and other paradigms, but within such broad choices, the details were intended to be more obvious in Python 3.0 than they were in Python 2.x.
Hay algunas incompatibilidades en Python 3.x... por ejemplo... es difícil actualizar... librerías que fueron escritas para Python 2.x para que trabajen en Python 3.x y la infraestructura que estamos usando está completamente basada en Python 2.x, no en Python 3.x.
There is some incompatibilities in python three that mean itâ s very hard to move libraries that were written for python two to work in python three and the infrastructure that weâ re using is all working in python two, not in python three.
En lugar de ello, recomendamos utilizar los módulos "requests" o "urllib3" en Python 2.x, o la clase estándar http.client.HTTPSConnection en Python 3.x.
Instead, we recommend using the "requests" or "urllib3" modules in Python 2.x, or the standard http.client.HTTPSConnection class in Python 3.x.
Otros resultados
Hum... esta es la razón real de que estemos usando Python 2.x en esta clase, en lugar de Python 3.x
So thatâ s the real reason that we use python two for this class instead of python three.
Brian Yee pregunta: estamos usando Python 2.x en esta clase pero Python 3.x existe... lo que estamos aprendiendo no está al día?
ïÂ" ¿Student Brian Yee asks, weâ re using python two in this class but python three exists, are we âÂÂ" is what weâ re learning outdated?
El código de Python 2.x no necesariamente debe "correr" en Python 3.0 sin modificarlo.
Python 3.0 broke backward compatibility, and much Python 2 code does not run unmodified on Python 3.
Python 2.x es la versión heredada, aunque sigue teniendo un uso generalizado.
Python 2.x is the legacy version though it still sees widespread use.
Nota: Necesitará Python 2.x con el módulo Jinja2 para crear los archivos.
You need Python 2.x with Jinja2 module to create builds.
Contenido potencialmente sensible o inapropiado
Los ejemplos se utilizan solo para ayudarte a traducir la palabra o expresión en diversos contextos. Nosotros no los seleccionamos ni los validamos y pueden contener términos o ideas inapropiados. Infórmanos sobre este tipo de ejemplos para que sean editados o dejen de mostrarse. Las traduccciones potencialmente sensibles, inapropiadas o coloquiales suelen estar marcadas con rojo o con naranja.