Translation of "Python 3.0" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Python 3.0 fue desarrollado con la misma filosofía que en las versiones anteriores.
Python 3.0 was developed with the same philosophy as in prior versions.
En Python 3.0, el resultado de esta división es un número flotante.
In Python 3.0, the result of this division is a float.
En Python 3.0, esta función ha sido llamada input.
Este comportamiento es ligeramente diferente en Python 3.0.
This behavior is slightly different in Python 3.0.
Python 3.0 o posterior no está soportado.
Python 3.0 or later is not supported.
A pesar de esto, Python 3.0 se mantiene como un lenguaje de programación multiparadigma.
Nonetheless, Python 3.0 remained a multi-paradigm language.
En Python 3.0, ya no se produce el mensaje de error; el operador de división realiza división en punto flotante incluso con operandos enteros.
In Python 3.0, you no longer get an error message; the division operator performs floating-point division even with integer operands.
Algunos de los mayores cambios anunciados para Python 3.0 fueron: Cambiar la instrucción print de modo que sea una función "built-in", no una instrucción.
Some of the major changes included for Python 3.0 were: Changing print so that it is a built-in function, not a statement.
Cambio de os.popen2 a subprocess.Popen, para garantizar compatibilidad con Python 3.0.
Change from os.popen2 to subprocess.Popen, to ensure compatibility with Python 3.0.
La primer versión de Python 2.0 fue creada alrededor del año 2000 y fue fuertemente utilizada hasta el 2009 cundo Python 3.0 apareció.
The first python 2.0 version was released around year 2000 and was heavily used until 2009 when Python 3.0 appeared.
El tipado dinámico de Python combinado con los planes para cambiar la semántica de ciertos métodos de los diccionarios, por ejemplo, hacen que convertir perfectamente de Python 2.x a Python 3.0 sea muy difícil de manera automática.
Python's dynamic typing combined with the plans to change the semantics of certain methods of dictionaries, for example, made perfect mechanical translation from Python 2.x to Python 3.0 very difficult.
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.
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.