Saturday, December 18, 2004

When should I use classes?

Kent Johnson has an interesting essay on how to use Python classes.

Thursday, December 16, 2004

4. More Control Flow Tools

4. More Control Flow Tools talks about persistent variables in a function.

Wednesday, December 15, 2004

Python Coding Guidelines

Python Coding Guidelines and Python Idioms and Efficiency Suggestions are two excellent documents on how to structure Python and specific Pythonic coding.

Saturday, December 11, 2004

Python-based Web Image Gallery :: GallerPy

GallerPy is a Python program that takes the images in the directory and automatically generates thumbnailpages, etc.

No databases, no messing about. Just put images in directories, and everything is done automatically.

Sunday, December 05, 2004

DrPython is a Python editor

DrPython is a n interesting-looking editor. Be very curious to see whether the Plug-ins can be used to automatically check the code in and out.

Saturday, December 04, 2004

A Tao of Regular Expressions

A Tao of Regular Expressions summarises important Linux commands and how to use RE.