Django is a powerful web framework, created in Python, which follows
the DRY (Don’t repeat yourself), and batteries included philosophies.
It allows for rapid website development by providing a wide range of
tools and shortcuts out of the box. Django is extremely fast and
flexible – even faster than all of the PHP frameworks available. In
this article, I’ll introduce you to Django by showing you how to build
a simple to-do list.
To read full article by Logan Mortimer visit nettuts.com
Technorati Tags: python, django, web development, mvc pattern
The post Intro to Django – Building a To-Do List appeared first on Aytek's Free Zone.