I’m starting a new project using python, so I installed pylint via macports for some code checking. Using Textmate for all my coding, I wanted a neat little shortcut for executing pylint on a given file. Textmate is really cool and allows already for validating your source code with pyCheckMate, which is based on pychecker [...]