Monthly Archives: September 2007

Clean your code: Pylint

pylint is a tool that “analyzes Python source code looking for bugs and signs of poor quality”. Now, that can mean optimizing and cleaning your code at a fairly advanced level at which, if you are a beginning programmer like … Continue reading

Posted in Programming | Tagged | Leave a comment

Tips: Toolbar icons in wxPython

I have started playing around with wxPython, a great toolkit for making clean, cross-platform, flexible GUIs in Python. While there are a lot of great tutorials out there on how to get started making apps with wxPython, having The Book … Continue reading

Posted in Programming | Tagged | 4 Comments