Examples with "Python dicts" 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.
This is high-level code - implementation-wise, we operate on the level of Python dicts and a few methods
Este es un código de alto nivel: en cuanto a la implementación, operamos al nivel de los diccionarios de Python y algunos métodos
Andere resultaten
You could, for example, use a Python dict to map rowref to a path.
The data object is a Python dict that persists between all successive invocations of replace() during a single Replace All operation.
El objeto data es un diccionario Python que sobrevive entre sucesivas llamadas a la función replace() durante una única operación Sustituir todo.
The request object is an instance of the ubiquitous web2py class that is called gluon.storage.Storage, which extends the Python dict class.
El objeto request es una instancia de la clase omnipresente llamada gluon.storage.Storage, que extiende la clase dict de Python.
A Python dict-ionary is a hash table that maps a key object to a value object.
Un dict (diccionario) de Python es una tabla hash que asocia (map) un objeto-clave a un objeto-valor.
This a simple Python dict.
Convert Python dict to object?
Python differentiates between ordered sequences and unordered collections (such as set and dict).
Python diferencia entre secuencias ordenadas y colecciones no ordenadas (como set y dict).
No prior experience with TensorFlow is required, but you should feel comfortable reading and writing Python code that contains basic programming constructs, such as function definitions/invocations, lists and dicts, loops, and conditional expressions.
No es necesario contar con experiencia previa en TensorFlow, pero debes tener el conocimiento para leer y escribir código en Python que incluya construcciones de programación básicas, como invocaciones y definiciones de funciones, listas y diccionarios, ciclos y expresiones condicionales.
Python code, while minimalist, defines built-in objects such as linked lists (list), tuples (tuple), hash tables (dict), and arbitrarily long integers (long).
El código Python, aunque minimalista, define objetos incorporados como listas enlazadas (list), tuplas (tuple), tablas hash (dict), y enteros de longitud arbitraria (long).