Examples with "Since Python" and their translation in Spanish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
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.
We could close the files which we open for read as well, but we can be a little sloppy if we are only opening a few files since Python makes sure that all open files are closed when the program ends.
También se pueden cerrar los ficheros que se han abierto en modo lectura, pero no es necesario que seamos muy estrictos con ello si solamente estamos abriendo unos pocos archivos, ya que Python se asegura de que todos los ficheros queden cerrados cuando el programa termina.
Earlier this month, Thomas announced his departure from the CPython project, the home of his ctypes library since Python 2.5.
A principios de este mes, Thomas anunció su marcha del proyecto CPython, el hogar de su biblioteca ctypes desde Python 2.5.
Since Python is already included in the Macintosh Operating system, we only need to learn how to edit Python files and run Python programs in the terminal window.
Dado que Python ya viene incluido en el sistema Operativo Macintosh, solo tenemos que aprender cómo editar ficheros y ejecutar programas de Python en la ventana del terminal.
Other results
Models and controllers must have a.py extension since they are Python code.
Los modelos y los controladores deben.py como extensión porque son código fuente de Python.
He has since been named Python Ambassador by the Python Software Foundation.
Since we want our Python code to print something, we're going to start with the print statement.
Como queremos que nuestro código en Python muestre algo, vamos a empezar con comando print.
We have chosen to teach Python since it is both simple enough for beginners and powerful enough to be used by modern companies.
Hemos escogido enseñar Python ya que es simple para los principiantes y suficientemente poderoso como para ser utilizado por compañías modernas.
Since I discovered Anaconda Python distribution, I only work with it, and I'm really happy for that.
Desde que descubrí Anaconda, ésta es la versión de Python que estoy utilizando.
I have been hacking in Python since 1997.
He estado desarrollando e investigando en Python desde 1997.
One of the most used libraries for automated testing is unittest, present in python since 2.1 version.
Una de las librerías más usadas para automatizar pruebas es unittest, presente en python desde su versión 2.1.
Also known as "managed attributes", and a feature of Python since version 2.2.
También conocidos como «atributos gestionados», y una funcionalidad de Python desde la versión 2.2.
Here we'll do it in Python since that's what comes preinstalled on the Yun, but you could install Ruby or Node if that's your jam.
Aquí vamos a hacerlo en Python ya que eso es lo que viene preinstalado en el Yun, pero se puede instalar Ruby o Node si eso le produce problemas.