Skip to content

Commit 1110bbe

Browse files
committed
Update the tools section for XRPCode
1 parent ef25279 commit 1110bbe

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

course/XRPIntro/installing_tools.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Things to do:
2-
Fix the 'Note' box
3-
4-
51
Installing the programming tools
62
================================
73

84
There are two programming languages used throughout this course, Blockly and Python.
5+
Both languages are programmed on the XRP robot using XRPCode, an online interactive
6+
development tool that can be used for developing programs in either language.
7+
8+
For more information about using XRPCode refer to the `XRP User Guide section on
9+
XRPCode <https://xrpusersguide.readthedocs.io/en/latest/course/XRPCode.html>`_.
910

1011
Blockly
1112
-------
@@ -28,9 +29,11 @@ used by the XPR Robot.
2829

2930
.. Note::
3031

31-
A way to get students comfortable with programming more quickly is to start with
32+
One strategy for getting students comfortable with programming more quickly is to
33+
start with
3234
Blockly getting through basic concepts such as functions, conditionals, loops,
33-
and all the basic robot operations. Then move to Python to complete the course,
35+
and basic robot programming. Once students are familiar with those concepts
36+
it is an easy move to Python to complete the course,
3437
especially for some more complex challenges, such as the final project.
3538
This will allow for quick onboarding without having to learn too many new
3639
concepts at the same time. But the decision will depend on the level and experience

0 commit comments

Comments
 (0)