Operator and Bracket Syntax in PyDev

Loving the new operator and bracket syntax highlighting in PyDev for Eclipse! (I installed it from the nightly builds Eclipse Update site, as it is included in the upcoming 1.6.5 only). See screenshot below for my favourite highting Scheme (creds: Rolf Lampa):

Comments

Pardon some crappy Python

Pardon some crappy Python coding in places (such as [string].__len__() instead of len([string]) ) ... I'm still a newbie after all :-s