Vertaling van "Python en tu" 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.
Para los próximos ejercicios doy por sentado que tenés instalado Python en tu computadora.
For the next set of exercises I will assume you have a properly installed version of Python on your computer.
es una forma rápida e indolora de instalar y ejecutar Python en tu ordenador.
is a quick and painless way to get up and running with Python on your own computer.
Cuando instalaste Python en tu PC (o el vendedor lo instaló), pusiste una copia del código máquina del programa Python traducido para tu sistema.
When you installed Python on your computer (or the vendor installed it), you copied a machine-code copy of the translated Python program onto your system.
Nota para usuarios de Unix: La primera línea de un listado en un archivo debe contener la secuencia ! seguida por la ruta completa de Python en tu sistema (esto lo podes averiguar tipeando $ which python en el shell).
Note for Unix users: The first line of a Python script file should contain the sequence ! followed by the full path of python on your system. (You can find that by typing $ which python at your shell prompt.)
Para poder usar Django tendrás que instalar Python en tu sistema operativo.
In order to use Django you will have to install Python on your operating system.
Antes de que puedas conversar con Python, debes instalar en primer lugar el software de Python en tu equipo, y aprender a ponerlo en marcha.
Before you can converse with Python, you must first install the Python software on your computer and learn how to start Python on your computer.
Es probable que luego de instalar Wing (o el que sea), tu IDE de Python apunte a la versión que por defecto viene instalada de Python en tu Mac, no a la que acabas de instalarte.
After you install Wing (or whatever) your Python IDE probably is going to point to an older version of Python that your Mac comes with. Not the new one we just installed.
Ya seas un usuario de Windows, un fan de MacOS o bien un pro de Linux, podemos integrar Python en tu vida académica/ profesional.
Whether you are a Windows user, a MacOS fan or a Linux pro, we can integrate Python into your academic/ professional life.
Copia y pega el código, a continuación, en una shell python en tu máquina local.
Copy and paste the code, below, into a python shell on your local machine.