Tag Archives: Python

Install Pylint 0.19.0 on Ubuntu 9.10 (Karmic Koala)

ShareUbuntu 9.10 (Karmic Koala) provides version 0.18 of Pylint by default. Unfortunately, this version of Pylint cannot be used to scan code that includes any module from PyQt4. The problem is described in this post and has been fixed in … Continue reading

Posted in Linux, Python | Tagged , , | 1 Comment

Python and Default Argument Values

ShareI love Python as a programming language. For a sophisticated language it has very few gotchas and is mostly very intuitive. One confusing feature is that default argument values for functions or class methods are only evaluated once during the … Continue reading

Posted in Python | Tagged | 1 Comment

Processing outdoor pictures using Gimp

ShareGimp is an extremely powerful and useful tool for processing digital images. I have been using it to process my pictures from hiking and backpacking trips for almost twelve years now. However, I did not know about many of its … Continue reading

Posted in Linux, Outdoors, Photography, Python | Tagged , , | Leave a comment

Python for Window$

Share I use Python programming language for a lot of scientific work and projects. Even though I do most of my work on either Linux or Mac OS X, occasionally I come across cases where a client uses Microsoft Windows. … Continue reading

Posted in Python, Windows | Tagged , | Leave a comment