Translation of "python uses" in Spanish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
First of all, python uses the range function to create a list of numbers from 1 to 12.
En primer lugar, Python usa la función range para crear una lista de números del 1 al 12.
Python uses zero, so you have to know this.
Free of curly brackets used in a majority of other programming languages, Python uses indentation to distinguish between different blocks of code.
Sin utilizar las llaves que se usan en la mayoría de los lenguajes, Python usa la indentación para distinguir los diferentes bloques de código.
And since Python uses reference counting and garbage collection, users of the language don't have to bother themselves with allocating and freeing memory.
Y dado que Python usa recolección de basura y recuento de referencias, los usuarios del lenguaje no necesitan preocuparse con la reserva y liberación de memoria.
For dictionaries, Python uses an algorithm called a hash table that has a remarkable property-the in operator takes about the same amount of time no matter how many items there are in a dictionary.
Para los diccionarios, Python usa un algoritmo llamado tabla de dispersión, que tiene una propiedad destacada-el operador in emplea la misma cantidad de tiempo sin importar cuántos elementos haya en el diccionario.
Python uses dynamic typing and a combination of reference counting and a cycle-detecting garbage collector for memory management.
Otros paradigmas están soportados mediante el uso de extensiones. Python usa tipado dinámico y conteo de referencias para la administración de memoria.
Python uses dynamic typing and a mix of reference counting and a cycle-detecting garbage collector for memory management.
Python usa [[tipado dinámico]] y [[conteo de referencias]] para la administración de memoria.
Python uses the special value "None" to mean there's no value.
Python usa el valor especial "None" para indicar que no hay ningún valor.
Most languages have an end of block marker (like BASIC's WEND or Tcl's braces) but Python uses indentation to indicate the structure.
La mayor parte de los lenguajes presentan un marcador de fin de bloque (como el WEND de BASIC o las llaves en Tcl) pero Python usa el sangrado para indicar la estructura.
Python uses the Global Lock Interpreter, so threading is profitable only for larger I/O operations.
Python usa el Global Lock Interpreter, por lo tanto, el uso de hilos es solo útil para operaciones de E/S mayores.
If the assertion fails, Python uses ArgumentExpression as the argument for the AssertionError.
Si la afirmación falla, Python usa ArgumentExpression como argumento para la AssertionError.
The male python uses them like spurs during, that.
La pitón macho las usa como aguijón durante el apareamiento.
A lot of people in Python uses strings as comments.
Muchos programadores de Python usan las cadenas como comentarios.