Type 'pwd' and confirm you're in the desktop directory (should say something like '/Users/Student/Desktop')
Type ⌘-N to open a new tab
In the new tab, type 'ipython'
Type 'pwd' to confirm you're on the desktop (should say u'/Users/Student/Desktop'). Now we have python in one tab and a Mac terminal prompt in the other.
Open Text Wrangler (⌘ + Spacebar, then 'TextWrangler')
Save a file to the desktop called 'week.py' where N is the week we are on.
NOTE: We use iPython to try out basic ideas like looping over a list. We use TextWrangler to write complete functions and programs.