HOME

TheInfoList



OR:

RUR - Python Learning Environment (RUR-PLE) is an educational tool to help students learn the Python programming language. Made by André Roberge. RUR-PLE uses the idea behind
Karel the Robot Karel is an educational programming language for beginners, created by Richard E. Pattis in his book ''Karel The Robot: A Gentle Introduction to the Art of Programming''. Pattis used the language in his courses at Stanford University, California ...
, making the learning of Python programming more interesting. 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). It is very similar to
Guido van Robot Guido is a given name Latinised from the Old High German name Wido. It originated in Medieval Italy. Guido later became a male first name in Austria, Germany, the Low Countries, Scandinavia, Spain, Portugal, Latin America and Switzerland. The m ...
(GvR), but RUR-PLE can use all Python features (while GvR only limited subset of syntax). RUR-PLE has 48 lessons (in main European languages and Chinese) with the code and robot environment examples to experiment with. A second implementation of RUR-PLE, Rurple NG is in progress.


References

{{reflist


External links


RUR-PLE homepage


Educational programming languages Python (programming language)