Translation of "by python" in Spanish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
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.
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.
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
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.
All properties of a FreeCAD object that appear there (and also in the "View" tab, more about that later), are directly accessible by python too, by their names, like we did with the "Height" property.
Todas las propiedades de un objeto de FreeCAD que aparecen aquí (y también en la pestaña "Vista", de la que hablaremos más adelante), son directamente accesibles también desde Python, por sus nombres, como hicimos con la propiedad "Height".
These pumps with high hidden platform boast a truly striking look to enhance your style Feminine lace-up bow vamp is complemented by python back and stiletto heels Available in pink and blue color options SPECIFICATIONS Product name Women's high... $34.49 Add to Cart
Estas bombas con plataforma oculta alta cuentan con un aspecto verdaderamente sorprendente para mejorar tu estilo Vamp femenino arco cordones se complementa con python atrás y tacones Disponible en opciones de color rosa y azul ESPECIFICACIONES Nombre de... $34.49 Añadir a la cesta
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.