Memories of Logo

The turtle module in python reminds me of the old Logo programming language. I recall it as a teaching language from the 1980s. It was marketed as a simple language that kids could use to learn how to do rudimentary programming. You would give the turtle directions, and it would draw pictures on the screen for you.

I am reading a book where they encourage you to write your own functions to create shapes using turtle. For example, while you could write the turtle calls out to draw a rectangle, it would be easier just to call your own rectangle() function. Sounds good to me.

Right now I am doing some block style drawing. But pretty soon I am going to make some patterns like Spirograph, another item from the 1980s.

Popular posts from this blog

HTML Web Page Builder

Mission Accepted