Tipp: Ein debugger ist per default nicht aktivierbar. Das lässt sich ändern (damit man die python-files zB direkt ausführen kann):
1. go to Toolbox -> Add -> New Command...
2. in the top field enter the name 'Run Python file'
3. in the 'Command' field enter this text:%(python) %F
3.a optionall click on the 'Key Binding' tab and assign a key command to this command
Ich habe F9 als Schnellstarttaste festgelegt (bin ich noch con CodeBlocks so gewöhnt).