close

Python Tutorial

Learn to Program!

Introduction

Learning to program can be tricky. On the following pages you will find a series of guided tutorials teaching you about various concepts in programming through Python.

Python is a great programming language to learn with. It is one of (if not the) most popular programming languages in the world. It is available on pretty much every platform (Windows, Mac, Linux). It is free and there are heaps of great resources available for learning (including this reasource).

You can grab the latest version of Python and find out more at the Python Official Website.

Outline

Learning Programming and Python

Learning programming can be a daunting task for some. With a methodical approach, however, it can be made a much more enjoyable journey.

Take your time. Don't rush and just copy the code (skipping the descriptions).

You will make errors. When you get stuck, think about using Debugging techniques.