I recently changed from the Enthought Canopy Python distribution to Anaconda, which includes the Spyder IDE.
In Canopy\'s code editor, it was possible to comment and unc
Single line comment
Ctrl + 1
Multi-line comment select the lines to be commented
Ctrl + 4
Unblock Multi-line comment
Ctrl + 5