Ella fijó la mira en aprender Python para pasar a roles de ciencia de datos.
She drew a bead on learning Python to move into data science roles.
Este curso en línea ofrece un gran conocimiento sobre análisis de datos con Python.
This online course offers a wealth of knowledge on data analysis with Python.
En Python, puedes cortar cadenas fácilmente para acceder a partes del texto.
In Python, you can easily slice strings to access parts of the text.
En Python, crear una función utilitaria es tanto simple como práctico.
In Python, creating a utility function is both simple and practical.
Cuando empezaron a programar en Python, ella estaba completamente en su terreno.
When they started coding in Python, she was completely on familiar ground.
Esta es una página sobre la experiencia de mantenimiento y mejoramiento de la real pythons (Python regius).
This site deals with the experience of keeping and breeding ball pythons (Python regius).
Estamos llamando al intérprete de Pyhton e indicándole que lea el código fuente del archivo "hello.py", en vez de ir escribiendo nosotros las líneas de código Python de forma interactiva.
We call the Python interpreter and tell it to read its source code from the file "hello.py" instead of prompting us for lines of Python code interactively.
En algún momento, terminarás en un terminal o ventana de comandos, escribirás python, y el intérprete de Pyhton comenzará a ejecutarse en modo interactivo, apareciendo algo como lo siguiente
At some point, you will be in a terminal or command window and you will type python and the Python interpreter will start executing in interactive mode and appear somewhat as follows
Siendo el segundo miembro más joven de los Pythons, Idle era el más cercano en espíritu a los estudiantes y los adolescentes que componían la base de los Python.
The second-youngest member of the Pythons, Idle was closest in spirit to the students and teenagers who made up much of Python's fanbase.
Es totalmente posible sobrevivir sin tocar alguna vez una implementación de Python no-CPython.
It's totally possible to survive without ever touching a non-CPython Python implementation.
CPython es la implementación oficial y más ampliamente utilizada del lenguaje de programación Python.
CPython is the default, most-widely used implementation of the Python programming language.
A diferencia de Python estándar, RPython es estáticamente tipado que permite una compilación eficiente.
Unlike standard Python, RPython is statically typed, to allow efficient compilation.
Django pretende ser compatible con múltiples versiones de Python: soporte para Jython
Django aims to be compatible with multiple different flavors and versions of Python