9 Items for May 2009


BLOG2009 May 05

Django and Relativity Updated

Currently it's the season of EuroDjangoCon and I'm reading various presentations. One interesting thing I'm seeing is that many people are using relative paths in their settings.py file but in different ways. (For reference, see Django and Relativity). So far I've seen:

  1. os.path.dirname ...

Link2009 May 05

How To Create A Data Entry Screen | iPhone Development Blog

I'm thinking I will need this in the not so distant future.

Link2009 May 07

korpios's bulbs at master - GitHub

A collection of interesting code, mostly Django related, used by The Onion.

Link2009 May 08

Yolk

Yolk is a command-line tool querying PyPI and Python packages installed on your system.

Link2009 May 13

django-tinymce - Google Code

A django forms widget with support for languages, spell checking, and file browsing. Nice!

Link2009 May 19

The Little Manual of API Design

Insights into API design from Trolltech, makers of the QT libraries. Adding this to my to-read list. (PDF)

Link2009 May 20

The Git Parable

A fictional tale of a programmer's quest to make a version control system, except what it describes in step by step detail is how Git works. Nicely done and informative.