All of our Lesson Plans

This is a list of all of our lesson plans. The newest lesson plans are at the top of the list.

Lesson Plan for Repetition Teach and Try

Lesson #10

by Owen

Published on: Mon, Apr 20, 2015

Lesson Objective

To learn what loops are and the pattern for repetition in Go programs

Lesson Plan for If and Else Teach and Try

Lesson #9

by Owen

Published on: Sun, Apr 19, 2015

Lesson Objective

To learn how to use if else statements to make alternative decisions

Lesson Plan for If Only Teach and Try

Lesson #8

by Owen

Published on: Sat, Apr 18, 2015

Lesson Objective

To learn how to use if statements to make decisions

Lesson Plan for Keyboard Input Teach and Try

Lesson #7

by Owen

Published on: Fri, Apr 17, 2015

Lesson Objective

To learn how to use variables to read input from the keyboard

Lesson Plan for More Variables Fix and Apply

Lesson #6

by Owen

Published on: Thu, Apr 16, 2015

Lesson Objective

To practice using the patterns for integer and string type variables in Go.

Lesson Plan for Variables Teach and Try

Lesson #5

by Owen

Published on: Thu, Apr 16, 2015

Lesson Objective

To introduce variables for integers and strings in Go.

Lesson Plan for Words Fix and Apply

Lesson #4

by Owen

Published on: Sat, Apr 4, 2015

Lesson Objective

To learn what a syntax error is and how to correct them.

Lesson Plan for Words Teach and Try

Lesson #3

by Owen

Published on: Fri, Apr 3, 2015

Lesson Objective

To learn that each character is represented by a number and that a string is a sequence of characters.

Lesson Plan for Further Numbers Fix and Apply

Lesson #2

by Owen

Published on: Thu, Apr 2, 2015

Lesson Objective

To introduce brackets and the evaluation order in Go.

Lesson Plan for Numbers Teach and Try

Lesson #1

by Owen

Published on: Wed, Apr 1, 2015

Lesson Objective

To introduce programming in Go and carry out simple mathematics using a program written in Go

Search

Featured Lesson

Numbers

What You are Going to Learn?

Computers are used to process data. All data is made up of numbers. Yes, really! Everything is just a bunch of numbers to a computer. These are the only things they understand.

We are going to explain how numbers are used in Go programs. Then we are going to show you how to do type sums in Go.

Search

Featured Lesson

Numbers

What You are Going to Learn?

Computers are used to process data. All data is made up of numbers. Yes, really! Everything is just a bunch of numbers to a computer. These are the only things they understand.

We are going to explain how numbers are used in Go programs. Then we are going to show you how to do type sums in Go.