Wednesday 23 May 2012

RUR-PLE Interpreter

RUR-PLE

Starts with the Robot(Turtle) lessons,
builds with Python concepts incorporated into the Robot lessons,
then introduces the Python interpreter.



RUR-PLE

 Python, the interpreter.
"... we will learn about the Python interpreter. We will also learn about numbers, strings, lists, tuples and dictionaries. This part is very similar to a traditional beginner's tutorial to Python ... except that we can still have fun with Reeborg!"

 >>> The default Python prompt of the interactive shell.
Often seen for code examples which can be executed interactively in the interpreter.  



L'interpréteur interactif

L'installation
Python comprend un interpréteur interactif que vous pouvez utiliser pour exécuter du code comme vous le tapez. Il s'agit d'un excellent outil à utiliser pour essayer de petits échantillons et voir le résultat immédiatement, sans avoir à gérer les sorties ou les déclarations d'impression.



Malheureusement l'interpréteur interactif en RUR-PLE ne supporte pas help (). C'est une fonction que j'utilise (beaucoup).


No comments:

Post a Comment