May 16, 2003
Escher Web Sketch

Rather groovy Java applet - The Escher Web Sketch.

Via Wry Writer.

Posted to Java by Simon Brunning at 02:53 PM
How to write a main() function in Python

Python main() functions, from the BDFL himself.

Most of my scripts have a main() function, looking pretty much like Guido's first example.

I particulary like Guido's main(argv=None) suggestion - I'll be using this in future.

Posted to Python by Simon Brunning at 01:36 PM