Vertaling van "by Python" 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.
To fix this problem we can have our program check a global variable defined automatically by Python.
Para solucionarlo, podemos hacer que nuestro programa compruebe una variable global definida automáticamente por Python.
Careful, this argument is added automatically by Python, so it is not necessary to include it when calling the method.
Cuidado, este argumento es añadido automáticamente por Python, así que no es necesario incluirlo cuando se llama al método.
To verify that Django can be seen by Python, type python from your shell.
Para comprobar que Django puede ser visto por Python, escriba python desde su shell.
File format PICKLE was created by Python.
El formato de archivo PICKLE ha sido creado por Python.
766 Bit4id sponsored the event organized by Python Italia to promote technological development in South Italy
Bit4id ha esponsorizado otra vez el evento organizado por Python Italia para impulsar el desarrollo tecnológico en el Sur Italia
Learners are introduced to the automation capabilities offered by Python and RESTful APIs in combination with Cisco ACI and Cisco Nexus switches.
Se les presenta a los estudiantes las capacidades de automatización ofrecidas por Python y las API RESTful en combinación con los conmutadores Cisco ACI y Cisco Nexus.
Description PY file is a Python Script developed by Python Software Foundation.
El archivo PY es un Python Script desarrollado por Python Software Foundation.
Lines 4-5 inside the comment are interpreted by python as test code (doctest).
Las líneas 4-5 dentro de los comentarios son interpretadas por Python como código de doctest.
Servers monitoring is something crucial, because that I use tools like New Relic to check server performance: memory, cpu usage, hard drives status, resources consumed by python, MySQL, memcached, etc. Front-end
La monitorización de los servidores es algo crucial, por eso utilizo herramientas del tipo New Relic para chequear el rendimiento del servidor: memoria, uso de CPU, estado de los discos duros, recursos consumidos por python, MySQL, memcache, etc. Front-end
I'm fascinated by Python and usually use it for some scripting and quick prototyping.
Me fascina la simplicidad de Python y lo uso a menudo para pequeños scripts y rápido prototipaje.
If a function refers to a variable called X and there exists an X within the function (local scope) then that is the one that will be seen and used by Python.
Veamos la primera situación: si una función hace referencia a una variable X y ya existe una variable X dentro de la función (alcance local) entonces Python utilizará dicha variable.
Remembering that lst += is really just shorthand for lst = lst +, we see that we are attempting to assign a value to lst (therefore presumed by Python to be in the local scope).
Recordando que lst += es en realidad la abreviatura de lst = lst +, vemos que estamos tratando de asignar un valor a lst (por lo tanto, Python presume que está en el ámbito local).
Note that the second of these two numbers is not included in the list that is output by Python (meaning range(1, 6) counts from 1 to 5, but does not include the number 6).
Ten en cuenta que el segundo de estos dos números no será incluido en la lista que retornará Python (es decir, range(1, 6) cuenta desde 1 a 5, pero no incluye el número 6).