I am using emacs-24.3, which comes with python.el and IPython support out of the box (or so they say).
Is there documentation for this mode? Where can I find it?
You can visit the file python.el.gz which defines the mode doing M-xfind-libraryRETpythonRET. The commentary at the beginning of the file is pretty comprehensive.
find-library should be a standard tool when you're looking for documentation.
python-modeor whatever). If that doc is incomplete, consider letting the library author/maintainer know (file an enhancement/bug report). While consulting theCommentaryof the source file can help for things like installing or configuring, users should get help on the mode itself byC-h ffor the mode function.