MASTERY 2 Ability to create Python project in IDE and run inside the IDE

HABILIDAD PARA CREAR UN PROYECTO DE PYTHON EN IDE Y CORRERLO DENTRO DE IDE

Utilizar Python mediante Sublime text 2 y correrlo en la terminal es una opción. Hay otra opción que es crear un archivo mediante en IDE o IDLE.
Dale clic en ese ícono:
MASTERY 2 Ability to create Python project in IDE and run inside the IDE
Te va a aparecer esa ventana:
MASTERY 2 Ability to create Python project in IDE and run inside the IDE
Para crear un archivo te vas a “File”, luego dale clic en “New File”.
MASTERY 2 Ability to create Python project in IDE and run inside the IDE
Te va a aparecer otra ventana en donde se puede teclear los códigos que hagas. Voy a poner unos simples códigos y lo salvo. No se olviden en dónde lo guardan y que se debe poner “.py” al final del nombre del archivo.
MASTERY 2 Ability to create Python project in IDE and run inside the IDE
Para correrlo, se van al “Shell” de Python. Si no se encuentra visible en la pantalla, se van a “Run” y dale clic en “Python Shell”. Luego, se van a “Run” y dale clic en “Run Module” o dale F5 para correrlo.
MASTERY 2 Ability to create Python project in IDE and run inside the IDE
Simple, ¿no lo creen?

CC BY 4.0 MASTERY 2 Ability to create Python project in IDE and run inside the IDE by El Chi is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.