Django 1.0

I know I’m a couple of weeks late, but Django 1.0 was released on September 3rd. If you are looking for a framework for web development. Make sure you check it out. Django is one of the easiest framework I’ve ever used. That is especially telling since I was learning python at the same time that I was getting started with it.

Django is a high level python framework for the web. It contains an object-relational mapper so all your data models can be defined in python, a powerful template language, a cache system, and full international support.