Search Tutorials

The Tutorials in this series are created using KTurtle 0.8.1 beta on Ubuntu 12.04. KTurtle is an educational programming environment that aims to make learning how to program as easy as possible. Read more


About 7 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : KTurtle - English

Outline: Introduction to KTurtle About KTurtle Installing KTurtle Exploring Angles Repeat Loops Drawing Basic Mathematical Structures Setting Canvas and Pen ..

Basic

Foss : KTurtle - English

Outline: Grammar of TurtleScript Commands Comments Numbers Variables Strings Mathematical Operators Comparison Operators if-else Conditions

Basic

Foss : KTurtle - English

Outline: * "learn" command * Example of "learn" command * "random" command * Explaination about "random" command * Example of "random" command * example of "learn" and "random" togethe..

Intermediate

Foss : KTurtle - English

Outline: * Write a program in KTurtle * Use of variables to store input * Use of print command * Comment a line * Explanation of Turtle * Controlling program exection * Use of "sqrt" ..

Intermediate

Foss : KTurtle - English

Outline: * Explain control execution * Explain a loop * Condition of "while loop" * Structure of "while loop" * Initialize a variable * To give message in a program * Explain about "f..

Intermediate

Foss : KTurtle - English

Outline: * Explain Question Glue words * Use of Question Glue words * Glue word "and" * Nested if-else block * Use of keywords like "messgae", "reset", "fontsize" * Use of "ask" comman..

Intermediate

Foss : KTurtle - English

Outline: * Definition of an error * Definition of syntax error * Examples of types of syntax errors * Detection and correction of errors * Explanation of runtime errors * Example of ru..

Intermediate