Understand how the interpreter uses indentation to group blocks of code. Indentation is a central concept of Python programming. New lines with indentations are required after certain statements.
Since indentation is so important in Python, are there any particular editors that are better (in some way) at helping you keep indentation straight? I notice that gedit is mentioned on the python ...