<div> </div>
<div>Have you checked John Zelle's book and site? He has a wrapper for Tkinter</div>
<div>that significantly simplifies Python programming for Tk, plus it has some </div>
<div>nifty features. </div>
<div> </div>
<div>Zelle's is the best CS0 book I'm aware of at this point:</div>
<div> </div>
<div><a href="http://mcsp.wartburg.edu/zelle/python/">http://mcsp.wartburg.edu/zelle/python/</a><br> </div>
<div>Kirby</div>
<div><br> </div>
<div><span class="gmail_quote">On 2/6/07, <b class="gmail_sendername">Peter Drake</b> <<a href="mailto:drake@lclark.edu">drake@lclark.edu</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Okay, so I've got a simple system worked up that allows students<br>(these are "CS0" non-CS-majors) to manipulate objects with commands
<br>in the IDLE command window. The file is attached.<br><br>The next thing I'd like to do is define a function mouse() that<br>starts the main loop, waits for a mouse click, stops the main loop,<br>and returns the coordinates of the mouse click. Any suggestions?
<br><br><br><br>Peter Drake<br>Assistant Professor of Computer Science<br>Lewis & Clark College<br><a href="http://www.lclark.edu/~drake/">http://www.lclark.edu/~drake/</a><br><br><br><br><br><br>_______________________________________________
<br>Edu-sig mailing list<br><a href="mailto:Edu-sig@python.org">Edu-sig@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/edu-sig">http://mail.python.org/mailman/listinfo/edu-sig</a><br><br><br></blockquote>
</div><br>