Monthly Archives: August 2008

Address Book “Show Birthdays” Script

I wrote myself a little (apple)script which displays current and upcoming birthdays. It’s not beautiful, it is slow and I am a bit dissatisfied with it – but it’s good enough for now and good enough for me and may … Continue reading

Posted in MacOSx | Tagged , | Leave a comment

Zope3 + Eclipse

To develope Zope3-application I use Eclipse with pydev and WickedShell (ctrl-shift-c means ctrl-c … I just don’t get debugzope running in interactive mode). The python-enviroment for Eclipse has got to be the same as for Zope, otherwise you will not … Continue reading

Posted in eclipse, zope | Leave a comment

Double- vs Single-Quotes

In Python, I just learned, they mean exactly the same (which is a terrible waste of semantic possibilities *g*).

Posted in python | Leave a comment