Examples with "Python calls" and their translation in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You then typically override these methods and define the desired behaviour for when Python calls them.
Uno puede sobrescribir estos métodos y definir el comportamiento deseado para cuando Python los llama.
Python calls them dictionaries, Perl calls them hashes, Java and C++ call them maps, etc. Several data stores also implement key-value stores such as Memcached, Redis and CouchDB.
Python los llama diccionarios, Perl los llama hashes, Java y C ++ los llaman mapas, etc. Varios almacenes de datos también implementan almacenes de pares clave-valor como Memcached, Redis y CouchDB.
Andere resultaten
It's so much nicer not to have to call you Python.
The main module is the Python file you call to start the application.
El módulo principal es el archivo Python que llamas para iniciar la aplicación.
Behind the scenes, Python makes a call that looks like
Entre bastidores, Python realiza una llamada que tiene este aspecto
Its error messages sound harsh, but they are just Python's call for help.
Sus mensajes de error parecen crueles, pero son simples peticiones de ayuda de Python.
To call a Python function, type py.
In web2py, URLs are mapped to Python modules and function calls.
En web2py, los URL se asocian a módulos de Python y llamadas a funciones.
They were going to lower the hose -or the python, as they call it - so he could grab onto it like a rope and get out.
Que iban a bajar la manguera -o el pitón, como dicen ellos- para que la agarrara como una cuerda y pudiera salir.
Services can invoke other Zato services too - this is just a regular Python method call, within the same Python process.
Los servicios también pueden invocar otros servicios de Zato, ésta es solo una llamada regular al método de Python, dentro del mismo proceso de Python.
We call the Python interpreter and tell it to read its source code from the file "hello.py" instead of prompting us for lines of Python code interactively.
Estamos llamando al intérprete de Pyhton e indicándole que lea el código fuente del archivo "hello.py", en vez de ir escribiendo nosotros las líneas de código Python de forma interactiva.
That's because exit is a function defined in sys and when we call a Python function we need to supply the parentheses even if there's nothing inside them!
Esto se debe a que exit es una función definida en sys, y cuando invocamos una función de Python debemos agregar los paréntesis aunque no haya nada entre ellos.
Don't mix levels of abstraction in the same function, meaning that you should not call directly python API while other steps of your function call to your own custom functions.
No se deben mezclar niveles de abstracción en la misma función, lo que significa que no se debe llamar directamente a la API de Python mientras que otros pasos de la función llaman a tus propias funciones.