“The function of good software is to make the complex appear to be simple.” Grady Booch
In this course you will learn how to teach programming to your students in a simple and fun way. This learning method has been tested with many students with a very high success rate. One of the main problems that newbies run into when programming is syntax. Well, with our way of programming this problem disappears and the student focuses on learning the basic structures of structured programming.
-
Introduction
In this section you will learn about the strategy we have followed to teach our students programming in a simple and fun way. Learning to code can be a motivating activity.
-
The DEMETER I language
In this section you will learn about the basic structures of our programming language. We call this set of instructions DEMETER I.
-
The DEMETER II language
In this section you will learn about the evolution of the initial DEMETER I instruction set. We will call the full language DEMETER II. In addition to having new instructions, the minefields have new elements that increase the difficulty.