[Informatics] Seymour Papert

Garth, Lucas A garth.lucas.a at edumail.vic.gov.au
Sun Aug 28 14:51:26 AEST 2016


Hi gang,
It might not be the original turtle that I've used with my Year 11s this year as for many of them this is the first coding they've done at school, but I'm using python's turtle module.

If you have python installed, try this - the turtle draws a maze, then solves it (in red)

import turtle
turtle = turtle.Turtle(shape='turtle')
turtle.reset()
turtle.speed(10)
for i in range(40):
     turtle.forward(i*15)
     turtle.right(90)
turtle.forward(38*15)
turtle.right(90)
turtle.up()
turtle.forward(15)
turtle.right(90)
turtle.pencolor('red')
turtle.down()

Lucas

From: informatics-bounces at edulists.com.au [mailto:informatics-bounces at edulists.com.au] On Behalf Of Robert Hind
Sent: Sunday, 28 August 2016 9:00 AM
To: 'Year 12 VCE Informatics Teachers' Mailing List'
Subject: Re: [Informatics] Seymour Papert

Who else remembers the original turtle that moved around on the classroom floor?

Robert Hind
Ex Traralgon and Ashwood
Retired

________________________________
From: informatics-bounces at edulists.com.au<mailto:informatics-bounces at edulists.com.au> [mailto:informatics-bounces at edulists.com.au] On Behalf Of Christophersen, Paula P
Sent: Sunday, 28 August 2016 8:54 AM
To: Year 7 - 10 Information Technology Teachers' Mailing List; informatics at edulists.com.au<mailto:informatics at edulists.com.au>; Year 12 Software Development Teachers'Mailing List; Year 11 Information TechnologyTeachers' Mailing List
Cc: Laura Morris (lbarker at fintona.vic.edu.au<mailto:lbarker at fintona.vic.edu.au>); Marist Sion College On Demand; Irving,Sean S; Schaepman,Eduard W; Collier,Simon S; Allen, StephenC; Jackson,Erin M; Freeman,Brendan M
Subject: [Informatics] Seymour Papert
Dear colleagues

Therese Keane, Swinburne University, has co-authored an article published in The Conversation, that might be of interest about Seymour Papert - enjoy the read.

http://theconversation.com/this-little-known-pioneering-educator-put-coding-in-the-classroom-63971
Regards
Paula


Paula Christophersen
Curriculum Manager, Digital Technologies
Victorian Curriculum and Assessment Authority
2 Lonsdale Street
MELBOURNE 3000
(03) 9032 1724
0407 043 110

________________________________

No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 2016.0.7752 / Virus Database: 4647/12860 - Release Date: 08/22/16

IMPORTANT - This email and any attachments may be confidential. If received in error, please contact us and delete all copies. Before opening or using attachments check them for viruses and defects. Regardless of any loss, damage or consequence, whether caused by the negligence of the sender or not, resulting directly or indirectly from the use of any attached files our liability is limited to resupplying any affected attachments. Any representations or opinions expressed are those of the individual sender, and not necessarily those of the Department of Education and Training.



IMPORTANT - This email and any attachments may be confidential. If received in error, please contact us and delete all copies. Before opening or using attachments check them for viruses and defects. Regardless of any loss, damage or consequence, whether caused by the negligence of the sender or not, resulting directly or indirectly from the use of any attached files our liability is limited to resupplying any affected attachments. Any representations or opinions expressed are those of the individual sender, and not necessarily those of the Department of Education and Training.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.edulists.com.au/pipermail/informatics/attachments/20160828/a2f50107/attachment-0001.html 


More information about the informatics mailing list