Vertaling van "python that" 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.
The first choice may be a little bit of Python that you haven't seen before.
La primera opción puede ser un algo de Python que no habías visto antes.
This colon indicates to Python that we're about to type what happens when the function is called.
Estos dos puntos indican a Python que vamos a escribir lo que ocurre cuando se hace una llamada a la función.
Some of the most interesting stories include a bus driver in Asia who used WD-40 to remove a python that had coiled itself underneath the bus.
Algunas de las historias más interesantes incluyen la de un conductor de autobús en Asia que utilizó WD-40 para soltar una serpiente pitón que se había enroscado debajo del autobús.
Stitch layers... is a script for gimp written in python that helps merge several images into one, there are frequent cases of large images we have to scan in various files or multiple photos that we want to join in a panorama.
Stitch layers... es un script para gimp escrito en python que ayuda a unir varias imágenes en una sola, son frecuentes los casos de imágenes grandes que tenemos que escanear en varios archivos o varias fotos que queremos unir en una panorámica.
Shapes is an extension for Inkscape written in python that creates shapes from the bounding boxes of selected objects.
Shapes es una extensión para Inkscape escrita en python que crea formas a partir de las cajas de contorno de los objetos seleccionados.
Description Exaile is a music player written in python that uses the GTK+ toolkit.
Descripcion Exaile es un reproductor de música escrito en python que usa el conjuto de herramientas GTK+.
"def" indicates to Python that we're defining a function.
"def" indica a python que estamos definiendo una función.
Django is an open-source web framework written in Python that focuses on quick development and clean, pragmatic design.
Django es un framework web de código abierto escrito en Python que se centra en desarrollo rápido y limpio, diseño pragmático.
There are also some oddities with Python that kept me confused the first several years I've made this book available.
También existen algunas particularidades del Python que me tuvieron confuso durante los primeros años en los que estuvo disponible este libro.
There are some libraries that can be downloaded for Python that make it easy, but for this example they will not be used.
Existen algunas bibliotecas que podemos descargar para Python que facilitan esto, pero en nuestro ejemplo no las vamos a utilizar.
In addition, some third-parties offer re-packaged versions of Python that add commonly used libraries and other features to ease setup for common use cases, such as math, data analysis or scientific use.
Además, algunos terceros ofrecen versiones reenvasadas de Python que agregan bibliotecas de uso común y otras características para facilitar la configuración de casos de uso comunes, como matemáticas, análisis de datos o uso científico.
Def is short for define and you're telling Python that you want to define a new function.
"def" es una forma corta de decir definición; le estás diciendo a Python que quieres definir una nueva función.
That just tells Python that there's a chunk of code (a block) coming up.
Esta convención le indica a Python que a la instrucción le sigue una porción de código (un bloque).