Examples with "modo Python" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Se utiliza el término "Pythónico" cuando estamos haciendo algo al "modo Python".
We use the term "Pythonic" when we are doing something the "Python way".
Other results
Esta documentación puede verse en el intérprete de Python en modo interactivo.
This documentation can be viewed in the Python interpreter in interactive mode.
Cuando llamas a una función en modo interactivo, Python muestra el resultado
When you call a function in interactive mode, Python displays the result
El modo de Scripts Python ofrece la posibilidad de una programación completa de la estilización de líneas.
The Python Scripting mode offers full programmability for line stylization.
Por ejemplo, cuando abres un archivo en modo lectura, Python lo busca en el directorio actual.
For example, when you open a file for reading, Python looks for it in the current directory.
Ahora vamos a editar nuestro/ etc/ profile y establecer una variable de entorno PYTHONPATH de modo que Python sepa buscar aquí.
Now let's edit our/etc/profile and set a PYTHONPATH environment variable so that Python knows to look here.
Haga doble clic en el archivo apimecademic.py para ejecutar el módulo en modo consola (Python debe estar instalado).
Double click the apimecademic.py file to run the module in console mode (Python must be installed).
IPython es un shell interactivo que añade funcionalidades extra al modo interactivo incluido con Python, como resaltado de líneas y errores mediante colores, una sintaxis adicional para el shell, autocompletado mediante tabulador de variables, módulos y atributos.
IPython is a powerful interactive shell with extra functionality for Python, such as line and errors highlights with colours, an extra syntax for the shell, autocomplete variables, modules or attributes using tha tab.
A pesar de que es posible enviar y recibir datos manualmente a través de HTTP usando la librería socket, existe en Python un modo mucho más sencillo de realizar esta tarea cotidiana, usando la librería urllib.
While we can manually send and receive data over HTTP using the socket library, there is a much simpler way to perform this common task in Python by using the urllib library.
Cuando trabajes en un entorno virtual, python automáticamente se referirá a la versión correcta, de modo que puedes utilizar python en vez de python3.
When working within a virtual environment, python will automatically refer to the correct version so you can use python instead of python3.
En el modo que 2 de Python, la función de entrada tipo de hace todo para usted, en Python 3 devuelve una cadena y, a continuación, tienes que evaluar la cadena para obtener doce.
So in Python 2, the input function kind of does it all for you, in Python 3 it returns a string and then you have to evaluate the string to get 12.
Se debe usar cuando escriba scripts de Python en este modo.
Care must used when writing Python scripts in this mode.
Aprende Python te ofrece un nuevo modo de aprendizaje, un aprendizaje social.
Learn Python gives you a new way of learning, a social learning.