All Unkept

Category: Python

Posted in: Python, Haskell  —  May 11, 2007 at 07:51 PM
My results on the O'Reilly's code quiz...
Posted in: Software development, Python, Haskell  —  May 07, 2007 at 02:52 PM
Why Haskell's 'Maybe' totally pwns Python's 'None' and null pointers.
Posted in: Python, Software projects, Web development, Django  —  April 18, 2007 at 02:26 PM
I've updated my validator app to latest Django trunk and finally done a release.
Posted in: Python, Rants, Haskell, Software development  —  August 30, 2006 at 08:51 PM
A rant about how annoying programming in C# is, really.
Posted in: Python, Haskell  —  July 26, 2006 at 09:59 PM
An attempt to explain monads and their usefulness in Haskell, assuming only some simple knowledge of Python.
Posted in: Software development, Python  —  June 20, 2006 at 09:24 PM
Paul Graham was right again...
Posted in: Python, Software development, Web development, CCIW, Django  —  June 19, 2006 at 08:32 PM
An attempt to debunk some of the '20 minute web app' hype that is so prevalent at the moment, and present a more realistic and balanced account of the Django site I have just finished.
Posted in: Software development, Python, Django  —  May 02, 2006 at 09:14 PM
I've noticed in Python and in Django I almost always create a module or a template by starting with a completely empty file, and typing...
Posted in: Python, Blogging and bloggers  —  May 01, 2006 at 12:21 PM
I fixed my blog comments so that leading whitespace is now preserved -- making it much more friendly to posted Python code.
Posted in: Python, Django  —  April 28, 2006 at 09:03 PM
Using pychecker and pylint on Django -- and each other...
Posted in: Python, Web development, Django  —  March 25, 2006 at 12:32 AM
Here is a not-too-awful hack to make the admin give different 'add/change' forms depending on who is using it.
Posted in: Python, Web development, Django  —  November 04, 2005 at 08:35 PM
I've implemented a module that provides protection against Cross Site Request Forgeries for Django - and as always with both Python and Django, I've got that "surely it can't be that easy" feeling...
Posted in: Python, Web development, CCIW, Django  —  September 10, 2005 at 06:28 PM
Just discovered the Django web development framework, and I think I'm in love...