
Reeborg's world
Reeborg's world is intended to help beginners to learn programming, using Python (Javascript is also supported). You should have a look at the documentation, which includes a programming tutorial to …
Reeborg's World
Introduction to Reeborg is the collection of worlds used in the tutorial found on reeborg.ca. The tasks in these worlds can be and should be solved using only functions with no arguments, and without using …
Reeborg's world
Discussions, questions, comments about Reeborg take place here. Bug reports are welcome! Inspired by Guido van Robot, itself inspired by the original Karel the Robot created by Richard Pattis, …
Learn Python with Reeborg!
Reeborg’s World had been strongly inspired by Richard Pattis’s Karel the robot. Three programming languages (Python, Javascript and CoffeeScript) can be used to control the virtual robot.
5. More advanced programming — Learn Python with Reeborg
The way Reeborg programs are run is that they are first executed very quickly, without anything shown as happening on the screen. Meanwhile, various instructions trigger the recording of “frames” which …
1. First program — Learn Python with Reeborg
Python, the language that Reeborg understands, is “case sensitive”; that is, lowercase letters have a different meanings than uppercase ones. Now that you see how Reeborg deals with errors, go back, …
Le monde de Reeborg
Le but du monde de Reeborg est d'enseigner la programmation informatique en utilisant le langage Python (il est également possible d'utiliser JavaScript). Vous êtes invités à consulter la …
리보그와 함께 파이썬 배우기 - Reeborg
리보그 세상 (Reeborg’s World)은 리챠드 패티스 (Richard Pattis)의 Karel the robot 에 강하게 영감을 받았다. 프로그래밍 언어 세가지 (파이썬, 자바스크립트, 커피스크립트)를 사용해서 가상 로봇을 제어할 …
6. Advanced features — Learn Python with Reeborg
Reeborg’s World is designed to make it easy to set up programming tasks that provide automated feedback to students. However, sometimes some additional customization might be desired.
2. Task driven learning — Learn Python with Reeborg
In order to help you learn Python, I will give you some tests: you have to program Reeborg to accomplish specific tasks and Reeborg itself will tell you if you got it right or wrong.