Vertaling van "Python está" in Engels
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.
El verdadero poder de Python está en sus librerías de módulos.
The real power of Python is in its library modules.
Python está diseñado para ser fácil de leer.
Python está preparado para tener una conversación contigo.
Python is ready to have a conversation with you.
Para chequear que Python está instalado, ingrese el siguiente comando.
To check Python is installed, enter the following command
Primero, necesitas saber el nombre del directorio donde Python está instalado en tu computadora.
First, you need to know the name of the directory where Python is installed on your computer.
Aunque ciertamente se puede utilizar para generar aplicaciones más serias, las secuencias de comandos son algo que Python está particularmente bien preparado.
Although it can certainly be used to generate more serious applications, scripts are something that Python is particularly well suited for.
Propósito general: Python está diseñado para ser utilizado en todos los contextos y entornos.
General-purpose: Python is built to be used in all contexts and environments.
También te ayuda tener conocimiento algebraico ya que Python está enfocado en las matemáticas.
It also helps to have some basic algebra understanding, as Python is very mathematics-focused.
Python está bien equipado para manejar datos espaciales y tiene muchas bibliotecas para ayudarte a realizar un análisis espacial y crear hermosos mapas.
Python is well-equipped to handle spatial data and with well documented robust libraries to help you perform spatial analysis and create beautiful maps.
Estos son arbitrarios, Python está a cargo de esa elección, y por eso no necesito preocuparme por lo que es exactamente la dirección de memoria.
These are arbitrary, Python is in charge of that choice, and so I don't need to worry about exactly what the memory address is.
Miguel... Python está muy lejos.
Miguel... Python is long gone.
Cuando Python está leyendo el código fuente desde un archivo, sabe parar cuando alcanza el final del fichero.
When Python is reading your source code from a file, it knows to stop when it reaches the end of the file.
Puede comprobar que Python está instalado escribiendo python desde su shell; debe ver algo como
You can verify that Python is installed by typing python from your shell; you should see something like