Pep8 and Pylint in Geany
Pep8 and Pylint are utilities that let you write cleaner Python code as per the conventions. These can be used from command line, however, I have been trying to enable it in my IDE, Geany, so that using it becomes a part of my workflow.
Here is how I did integrate it: