Category: Python
My results on the O'Reilly's code quiz...
Why Haskell's 'Maybe' totally pwns Python's 'None' and null pointers.
I've updated my validator app to latest Django trunk and finally done a release.
A rant about how annoying programming in C# is, really.
An attempt to explain monads and their usefulness in Haskell, assuming only some simple knowledge of Python.
Paul Graham was right again...
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.
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...
I fixed my blog comments so that leading whitespace is now preserved -- making it much more friendly to posted Python code.
Using pychecker and pylint on Django -- and each other...
Here is a not-too-awful hack to make the admin give different 'add/change' forms depending on who is using it.
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...
Just discovered the Django web development framework, and I think I'm in love...