How to write main() functions
"Python main() functions" by Guido van Rossum, courtesy Small Values of Cool.
Summary
For Python programmers, I've got some suggestions on how to write a main() function that's easy to invoke in other contexts, e.g. from the interactive Python prompt when you feel like experimenting.