Django
Django is a Python web framework. Django is an excellent choice for writing content heavy web applications, though it is equally well suited for writing all kinds of web applications. Its origins at a Newspaper makes it especially tuned towards addressing concerns of large websites with diverse and regularly updated content.
Strengths of Django
- Automatic Administration interface
- Excellent Documentation
- Good tradeoffs.
- Intuitive Templating library
What can be better
- More powerful templating language1.
Django Resources
- Django Snippets — is a good collection of django recipes
- Django Book is a free online book written by the lead developers of Django. Purchase
1Armin Ronacher makes a compelling case for Jinja2 as an excellent drop in replacement for Django templating.
— 21 Sep 2008 • python django