No pudimos encontrar esta entrada. Mostrando resultados aproximados. Revisa la ortografía o propón añadir este término al diccionario.
Python 3.x
Python 3.x is the current version and is under active development.
Python 3.x es la versión actual y está en desarrollo activo.
Install Python 3.x using its respective installer.
Instala Python 3.x usando su respectivo instalador.
Make sure you have and are using Python 3.x.
Asegúrate de que estás usando una versión de Python 3.x.
Python 3.x makes a set of backwards-incompatible changes which aim to reduce feature duplication.
Python 3.x realiza un conjunto de cambios incompatibles con versiones anteriores que tienen como objetivo reducir la duplicación de características.
At the moment we can conduct this course in Python 2.x or Python 3.x.
Por el momento podemos realizar este curso en Python 2.x o Python 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.
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.
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 cambio en el comando print «hola» de Python 2.x frente a print(«Hola») de Python 3.x da una idea de dicha incompatibilidad.
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.
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.
Note: Following instructions are written for Python 2.7 (unless specified): instructions for Python 3.x are similar. WINDOWS
Nota: las siguientes instrucciones están escritas para Python 2.7 (a menos que se especifique): las instrucciones para Python 3.x son similares.
I usually prefer pip, because it's included by default in later Python 3.x versions and besides it's the tool recommended by Python Packaging Authority (PyPA), the main source about best practices about python packaging.
Yo prefiero pip porque está incluido por defecto en las últimas versiones de Python 3.x y además es la herramienta recomendada por la Python Packaging Authority (PyPA), la principal fuente sobre buenas prácticas sobre empaquetamiento de aplicaciones python.
Instead, we recommend using the "requests" or "urllib3" modules in Python 2.x, or the standard http.client.HTTPSConnection class in Python 3.x.
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.
If you believe your question includes issues specific to the incompatible Python 2.x or Python 3.x, in addition to the main python tag, use python-2.x or python-3.x.
Note: If you already have something running on port 8000, you can choose another port by running the server command followed by an alternative port number, e.g. python -m http.server 7800 (Python 3.x) or python -m SimpleHTTPServer 7800 (Python 2.x).
Nota: si ya tienes corriendo algo en el puerto 8000, puedes escoger otro puerto corriendo el siguiente comando de servidor por un número de puerto alternativo, por ejemplo python -m SimpleHTTPServer 7800.
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.
No se han encontrado resultados para esta acepción.