The Definitive Guide to Django: Web Development Done Right (Source Code)
✍ Scribed by Holovaty A.
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
Комплект исходных кодов (Source Code) + Info.yml для книги: Adrian Holovaty. The Definitive Guide to Django: Web Development Done Right. 2008.
This book is about Django, aWeb development framework that saves you time and makesWeb development a joy. Using Django, you can build and maintain high-quality Web applications with minimal fuss.
At its best, Web development is an exciting, creative act; at its worst, it can be a repetitive,
frustrating nuisance. Django lets you focus on the fun stuff—the crux of your Web application— while easing the pain of the repetitive bits. In doing so, it provides high-level abstractions of common Web development patterns, shortcuts for frequent programming tasks, and clear conventions for how to solve problems. At the same time, Django tries to stay out of your way, letting you work outside the scope of the framework as needed.
The goal of this book is to make you a Django expert. The focus is twofold. First, we explain,
in depth, what Django does and how to build Web applications with it. Second, we discuss
higher-level concepts where appropriate, answering the question How can I apply these tools
effectively in my own projects? By reading this book, you’ll learn the skills needed to develop
powerful Web sites quickly, with code that is clean and easy to maintain.
✦ Subjects
Библиотека;Компьютерная литература;Django
📜 SIMILAR VOLUMES
Django, the Python–based equivalent to the Ruby on Rails web development framework, is hottest topics in web development. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django’s creators, and Django lead developer Jacob Kaplan–Moss show you how they use this f
<P>Django, the Python-based equivalent to Ruby’s Rails Web development framework, is one of the hottest topics in Web development today. Its creator (and co-author of this book) Adrian Holovaty has become a superstar of sorts because of the compelling array of Web applications he’s built using Djang
This book is about Django, aWeb development framework that saves you time and makes<br>Web development a joy. Using Django, you can build and maintain high-quality Web applications<br>with minimal fuss.<br>The goal of this book is to make you a Django expert. The focus is twofold. First, we explain,