Python 3.x realiza un conjunto de cambios incompatibles con versiones anteriores que tienen como objetivo reducir la duplicación de características.
Python 3.x makes a set of backwards-incompatible changes which aim to reduce feature duplication.
Algunas cosas serían un poco diferentes y, probablemente, la cosa más notable sería... que la impresión en Python 3.x es diferente.
Some things will be a little different and probably the most notable thing that would be different is print would work differently.
Por el momento podemos realizar este curso en Python 2.x o Python 3.x.
At the moment we can conduct this course in Python 2.x or Python 3.x.
Las subsecuentes publicaciones de la serie Python 3.x han incluido sustanciales nuevas características; todas al corriente del desarrollo que el lenguaje ha tenido en la serie 3.x.
Subsequent releases in the Python 3.x series have included additional, substantial new features; all ongoing development of the language is done in the 3.x series.
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.
Python 3.x es diferente de Python 2.x... en algunas cosas no es tan diferente...
Python three is different from python two and in some ways itâ s not that different.
Casi todo lo que Ud. han escrito en clase correría... en Python 3.0 y lo hubieramos escrito igual si lo hubieramos escrito en Python 3.x... algunas cosas no... y, en la mayoría de código escrito hoy en día
So almost everything that youâ ve written in this class would work in python three and would be the same way to write it in python three, some things wouldnâ t.
Un cambio en el comando print «hola» de Python 2.x frente a print(«Hola») de Python 3.x da una idea de dicha incompatibilidad.
A change in the print statement print "hola" from Python 2.x is noew print("Hola") in Python 3.x. as a matter of fact, there is some incompatibilities.
Un apunte importante es que el curso está diseñado para Python 3.5, aunque yo siempre recomiendo Anaconda como versión de Python, y que tiene tanto para Python 2.x como para Python 3.x.
The course is designed for Python 3.5, although I always recommend using the Anaconda distribution of Python, and you have both version Python 2.x and Python 3.x.
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.