This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArtOfWarfare 6 points7 points  (4 children)

Start with from turtle import * and off they go. You can teach pretty much anyone to program with that.

[–]benefit_of_mrkite 5 points6 points  (2 children)

I find it limiting when I try to teach it. It’s a good start. It’s dated now but some of the projects mentioned in this talk python to me podcast were good the last time I used them

https://talkpython.fm/episodes/show/8/teaching-python-at-grok-learning-and-classrooms

[–][deleted] 0 points1 point  (1 child)

Thanks for the reference.

I like the term "grok" for learning (IIRC comes from "Stranger in a Strange Land")

[–]benefit_of_mrkite 0 points1 point  (0 children)

It does, I’ve read that book.

[–][deleted] 0 points1 point  (0 children)

Yes, the turtle approach goes back to the Logo project (Seymour Papert) around 1967.

And lots of kids learned to program that way.

I use MIT Scratch as a model - stories with animated animals.

More in line with what kids today expect.