I am finally getting close to a nice emacs environment, based off of this baseline. However, many of the python-emacs tutorials mention things like "C-c C-c to run this in a python shell", or "C-c !" to launch a python shell". For some reason I am not getting this functionality. I am getting C-c C-c is undefined. What does work is M-x run-python.
Why am I not getting the standard behavior? I am running emacs through cygwin, which has both python and ipython installed.