Verify that you have a working Python development environment and become familiar with the basics of programming in Python.
Beginning of class session 3.
Install Python. Instructions for Windows are posted here, but its easy to get Python running on most any platform.
Regardless of platform, please be sure to install the Zelle graphics library.
In the
SVN Repository Exploring
perspective of Eclipse, add the following repository:
http://svn.cs.rose-hulman.edu/repos/csse403-201010-username
where username is your Rose-Hulman username.
You may need to enter your SVN (not Kerberos) password if Eclipse hasn't already cached it. Let me know if you need me to reset your password.
Your programming work for this assignment must be done in the
PythonAnimation
project inside Eclipse. Use the
SVN Repository Exploring
perspective to check out this project, then switch back to the
PyDev
perspective.
checkMouse()
method of the
GraphWin
class so that your program exits when the user clicks the window.
help()
function in Python.
Turn-in your work by committing it to your SVN repository.