Skip to main content

Python For Beginners - 1 - Introduction

·82 words·1 min· loading · loading ·
Author
Peter Entwistle
Senior iOS Developer, with a passion for technology and gardening. Trying to push the boundaries of what can be grown in the UK.

This is the first video in a new series that I will teach you how to program in Python. This video will give you an overview of the Python programming language, and get you set up to be able to run Python on your computer. After I show you where to download and install Python, I show you how to make a Hello World program in Python.

Video
#

Code
#

hello.py
1
print "Hello World!"

View on GitHub

Download the code