Learn to program – Python

This is an introductory programming course to get you started programming in Python. The lessons are based on the way I’ve been teaching university students programming for about 30 years. The lessons encourage you to work things out for yourself in a way that will help you to learn more quickly.

To start with you will need to download the Python programming environment (called IDLE). It is an application that you run to allow you to write then run your own programs.

You will have two windows open, one where you write programs and one where you run them

  • Lesson 1 – Sequences and Printing (to come)