[Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread Brian Wilkinson
Hello everyone, Our upper school, looking to beef up their technology offerings, offered an introductory programming course this year using Python. I am normally a technology coordinator, supporting teachers and students, but was tapped to teach this class (which I have thoroughly enjoyed so

Re: [Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread Vern Ceder
Hi Brian, On Wed, Nov 9, 2011 at 10:58 AM, Brian Wilkinson brian.wilkin...@ssfs.orgwrote: Hello everyone, ** ** Our upper school, looking to beef up their technology offerings, offered an introductory programming course this year using Python. I am normally a technology coordinator,

Re: [Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread Charles Cossé
Hello Brian, I agree with Vern Ceder thay pygame is the best for your purposes (probably turtle, too, but personally don't know about that). Also, though, thought I'd suggest that you could throw-in some material to illustrate the syntactic similarities between python and javascript. I do a lot

Re: [Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread Sarina Canelake
Hi Brian, I think both approaches (with or without graphics) are popular. I'm a grad student and TA many different introductory courses, and I prefer teaching Object-Oriented Programming (OOP) with a graphics package. You can see what I use at the OCW site for one of my classes, 6.189 -

Re: [Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread Andrew Harrington
You can do a lot of graphics with the turtle and no event handling. A question is how much you want to get into event handling, vs just generating pictures and animations and allowing sequential interaction with the mouse. Turtle graphics takes afirst-person point of view. Other simple graphics

Re: [Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread A. Jorge Garcia
Vern Ceder vce...@gmail.com wrote: Hi Brian, On Wed, Nov 9, 2011 at 10:58 AM, Brian Wilkinson brian.wilkin...@ssfs.org wrote: Hello everyone, Our upper school, looking to beef up their technology offerings, offered an introductory programming course this year using Python. I am normally

Re: [Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread Kirby Urner
On Wed, Nov 9, 2011 at 8:58 AM, Brian Wilkinson brian.wilkin...@ssfs.org wrote: Hello everyone, Our upper school, looking to beef up their technology offerings, offered an introductory programming course this year using Python.  I am normally a technology coordinator, supporting teachers

Re: [Edu-sig] Teaching GUI's in Python?

2011-11-09 Thread Kirby Urner
Exhibit, old project:  http://pygeo.sourceforge.net/ Arthur Siegel was the creator of this and he and I used to take a lot of the bandwidth here on edu-sig hashing it out about various topics. I still go back to that stuff. We have a great archive, lots of spirited discussion. Having read