[Edu-sig] core versus superficial Python

2010-02-03 Thread kirby urner
I've been offering some pointers to this gentleman in Indonesia wishing to learn Python. What's clear to me is he's chomping at the bit to get to the most impressive use case demonstrations, involving VPython, matplotlib, other 3rd party packages. He's not giving himself much time to just mess a

[Edu-sig] mouse input in turtle module

2010-02-03 Thread Brian Blais
Hello, I would like to find a way to pause, and get mouse input in the turtle module. Since it is built on tk, I thought perhaps there would be an easy way, but I am stumped. Specifically, I'd like something like: x,y,button=mouse_input() # pause in here until the mouse is clicked in