Is there a quick way to decrease the indentation of multiple lines in Python?
In vim, you select the block and then press the < key. In Eclipse you select it and then press SHIFT + TAB. Every code editor worth its salt has a one-key way to indent and dedent blocks.