The Python Property Builtin
Posted 2008-08-11T13:48:40Z - 18 comments
Python's property() function gets some love.
Friday at PyCon 2008
Posted 2008-03-15T11:36:05Z - No comments
So much to do, so little time to write...
PyCon 2008 Tutorial Day
Posted 2008-03-14T12:15:34Z - No comments
My first (partial) day at Pycon.
There is no A in WSGI
Posted 2008-03-03T15:28:36Z - One comment
WSGI is not an architecture specification. Even the WSGI author says so. 'Tis just an interface spec.
Why I am a Python Advocate
Posted 2007-05-12T00:00:00Z - Three comments
An enumeration of the reasons I advocate for Python as an introductory programming language. Python was the first language I learned, and I think I benefited enormously from that.
Lisp Envy
Posted 2007-05-11T00:00:00Z - 18 comments
A discussion of what I like about Lisp's syntax and Python's runtime, and a plea for someone to combine them.