[Tutor] a question about indentation

Christopher Arndt chris.arndt at web.de
Fri Nov 24 13:59:25 CET 2006


arildna at stud.ntnu.no schrieb:
> I suppose there is a good way to do indent whole blocks like this, but I 
> haven't found out what it is. Could anybody help me out?

Yes, get a good source code editor that has the ability to (de)indent whole
blocks of code with one keystroke. This is a must-have for writing Python code!
But every decent editor or IDE should have this capability.

I, for example, use SciTE (http://scintilla.org/SciTE.html), where you can use
the TAB key to indent and Shift-TAB to de-indent.

Chris


More information about the Tutor mailing list