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

Published: 05 December 2011
on channel: 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


On this page of the site you can watch the video online Install Python Basic / beginner code Tutorial 1 - Setting up for development with a duration of hours minute second in good quality, which was uploaded by the user Mike Hibbert 05 December 2011, share the link with friends and acquaintances, this video has already been watched 39,219 times on youtube and it was liked by 157 viewers. Enjoy your viewing!