Skip to content
foonicorn edited this page Jul 19, 2012 · 23 revisions

Welcome to the python-ots wiki!

Resources for the beginners workshop

The Boston Python Workshop

The Boston Python Workshop - the format is inspired by the RailsBrigde-Workshops and they provide detailed materials of their past workshops. As an example we could look at the Boston Python Workshop 6. It has the following elements:

Head First Python

The Head First books use a couple of principles to help people learn and remember stuff. We could use the stories, they wrap around the tasks to make them more interesting. There is a free sample of the Python book available.

Projects

Projects are a way to pack the single programming concepts into something that is closer to the real world and more fun.

Turtle

Turtle graphics is a popular way for introducing programming. It can be used to explain the core programming concepts like variables, loops, conditionals and functions.

Examples:

Clone this wiki locally