Install Python Basic / beginner code Tutorial 1 - Setting up for development

Publicado el: 05 diciembre 2011
en el canal de: Mike Hibbert
39,219
157

Install Python Basic / beginner code Tutorial 1 - Setting up for development

This tutorial covers setting up and starting you first python program. You should be able to write and run a script with one file and a function that prints "Hello World" to the Python Environment.

Here's the code:

def say_hello():
message = "Hello"
print message

if _name_ == "__main__":
say_hello()


Install Python Basic / beginner code Tutorial 1 - Setting up for development


En esta página del sitio puede ver el video en línea Install Python Basic / beginner code Tutorial 1 - Setting up for development de Duración hora minuto segunda en buena calidad , que subió el usuario Mike Hibbert 05 diciembre 2011, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 39,219 veces y le gustó 157 a los espectadores. Disfruta viendo!