Guido van Robot

(GvR) - Guido van Robot
Paradigm procedural
First appeared 2009
Website gvr.sourceforge.net
Influenced by
Python, Karel

Guido van Robot (GvR) is an educational tool to help students learn the Python programming language, named after the creator of Python, Guido van Rossum. GvR uses the idea behind Karel the Robot, making the learning of Python programming more interesting. Using GvR, a student writes a program that controls a 'robot' that moves through a city consisting of a rectangular grid of streets (left-right) and avenues (up-down). Guido van Robot uses a minimalistic programming language providing just enough syntax to help students learn the concepts of sequencing, conditional branching, looping and procedural abstraction. It permits this learning in an environment that combines opportunities for problem-solving with instant visual feedback. In short, it is an interactive, introductory programming language that focuses on learning the basic concepts of programming, applicable in any high-level language.

See also

External links

This article is issued from Wikipedia - version of the 9/23/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.