Difference between revisions of "Activities/Turtle Art/Tutorials/Turtle Art and Logo"

From Sugar Labs
Jump to navigation Jump to search
(New stub)
 
(Migrate to GitHub)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Turtle Graphics come from Logo, but Turtle Art is written in Python. However, you can save any Turtle Art program in Logo, and run it in Brian Harvey's UCBLogo. This allows another perspective on Turtle Art blocks, giving fine details in some cases that might not be obvious from experiment. So we can start to teach Logo to students who have even modest proficiency in Turtle Art, by constructing TA programs and saving as Logo, and then gradually moving to composing Logo with the TA code as examples. Let's see how that might work.
+
== Turtle Art/Tutorials/Turtle Art and Logo ==
 +
 
 +
Read at https://help.sugarlabs.org/turtleart_tutorials/turtle_art_and_logo.html
 +
 
 +
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/turtleart_tutorials/turtle_art_and_logo.rst GitHub]

Latest revision as of 06:41, 30 July 2018

Read at https://help.sugarlabs.org/turtleart_tutorials/turtle_art_and_logo.html

The source file has been moved to GitHub